Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: GenerateListingTransaction
openapi: ./sequence-marketplace.json post /rpc/Marketplace/GenerateCancelTransaction
---

47 changes: 24 additions & 23 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -439,29 +439,6 @@
"api-references/overview"
]
},
{
"group": "Transactions",
"pages": [
"api-references/transactions/overview",
"api-references/transactions/installation",
{
"group": "Endpoints",
"pages": [
"api-references/transactions/endpoints/get-chain-id",
"api-references/transactions/endpoints/fee-tokens",
"api-references/transactions/endpoints/fee-options"
]
},
{
"group": "Examples",
"pages": [
"api-references/transactions/examples/fetch-fee-options",
"api-references/transactions/examples/send-transactions",
"api-references/transactions/examples/fetch-transaction-receipts"
]
}
]
},
{
"group": "Indexer",
"pages": [
Expand Down Expand Up @@ -731,6 +708,7 @@
"api-references/marketplace/endpoints/generate-listing-transaction",
"api-references/marketplace/endpoints/generate-offer-transaction",
"api-references/marketplace/endpoints/generate-sell-transaction",
"api-references/marketplace/endpoints/generate-cancel-transaction",
"api-references/marketplace/endpoints/get-collectible",
"api-references/marketplace/endpoints/get-count-of-all-collectibles",
"api-references/marketplace/endpoints/get-count-of-filtered-collectibles",
Expand All @@ -748,6 +726,29 @@
}
]
},
{
"group": "Transactions",
"pages": [
"api-references/transactions/overview",
"api-references/transactions/installation",
{
"group": "Endpoints",
"pages": [
"api-references/transactions/endpoints/get-chain-id",
"api-references/transactions/endpoints/fee-tokens",
"api-references/transactions/endpoints/fee-options"
]
},
{
"group": "Examples",
"pages": [
"api-references/transactions/examples/fetch-fee-options",
"api-references/transactions/examples/send-transactions",
"api-references/transactions/examples/fetch-transaction-receipts"
]
}
]
},
{
"group": "Blockchain RPC",
"pages": [
Expand Down
19 changes: 12 additions & 7 deletions solutions/marketplaces/custom-marketplace/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,27 @@ Sequence Market contract is audited and can be found at https://github.com/0xseq
The officially maintained contract address is `0xfdb42A198a932C8D3B506Ffa5e855bC4b348a712`, and is available with the same address on all networks supported by the sequence stack.
</Tip>



## Overview
There are multiple ways to get started building your own custom marketplace. Below is our recommendations


### Getting started
<CardGroup cols={2}>
<Card title="Starter Boilerplate" icon="play" href="/solutions/marketplaces/custom-marketplace/getting-started">
A starter Marketplace boilerplate, powered by Sequence.
</Card>
<Card title="End-2-End Guide" icon="book" href="/guides/custom-marketplace">
End-to-end walkthrough of how to build a complete custom marketplace.
<Card title="Marketplace SDK" icon="hammer" href="/sdk/marketplace-sdk/overview">
A toolkit that seamlessly integrates our Marketplaces into applications built in React.
</Card>
<Card title="Marketplace SDK" icon="hammer" href="/sdk/marketplace-sdk/overview">
A toolkit that seamlessly integrates our Marketplaces into applications.
<Card title="Marketplace APIs" icon="server" href="/api-references/marketplace/endpoints">
A toolkit that seamlessly integrates our Marketplaces into applications built in React.
</Card>
<Card title="End-to-End Guide" icon="book" href="/guides/custom-marketplace">
End-to-end walkthrough of how to build a complete custom marketplace.
</Card>

</CardGroup>

### Build anywhere, with any token
Expand All @@ -38,9 +46,6 @@ The officially maintained contract address is `0xfdb42A198a932C8D3B506Ffa5e855bC
<Card title="Cross Platform" icon="mobile" href="/solutions/monetization-overview#sequence-marketplaces">
Build applications using web, mobile, Unity, and Unreal SDKs to enable reach across all modern hardware.
</Card>
<Card title="Marketplace API" icon="server" href="/api-references/marketplace/overview">
Query the on-chain orderbook to enable reading: user activities, top orders, or queries based on metadata attributes.
</Card>
</CardGroup>

### Sequence Market Protocol
Expand Down