Skip to content

Update Marketplace sections with function compatibility and supported marketplaces. Update links to point to new marketplace boilerplate #95

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 29, 2025
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
3 changes: 2 additions & 1 deletion docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@
"group": "Build your Custom Marketplace",
"pages": [
"solutions/marketplaces/custom-marketplace/overview",
"solutions/marketplaces/custom-marketplace/getting-started"
"solutions/marketplaces/custom-marketplace/getting-started",
"solutions/marketplaces/custom-marketplace/supported-marketplaces"
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions guides/template-overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ Example application to allow players to link other EOA wallets they own for tran
### Custom Marketplace Boilerplate
Open-source boilerplate of our white-label marketplace leveraging our marketplace APIs that can be completely customized to fit your game or use case.
<CardGroup cols={2}>
<Card title="Repo" icon="github" href="https://github.com/0xsequence-demos/marketplace-boilerplate" horizontal />
<Card title="Demo" icon="globe" href="https://marketplace-boilerplate.pages.dev/" horizontal />
<Card title="Repo" icon="github" href="https://github.com/0xsequence/marketplace-boilerplate" horizontal />
<Card title="Demo" icon="globe" href="https://impressive-beaver-41204.sequence.market/" horizontal />
</CardGroup>

## APIs
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions snippets/supported-marketplaces-table.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
| Marketplace | Listings | Offers | Chains Supported | NFTs will appear on |
|------------------------|----------|--------|------------------|---------------------|
| Sequence Marketplace | ✅ | ✅ | **Mainnet:** Ethereum, Optimism, Telos, BNB Smart Chain, Gnosis Chain, Polygon, XR1, Polygon zkEVM, Moonbeam, Soneium, LAOS, The Root Network, B3, Base, Immutable zkEVM, Oasys Homeverse, ApeChain, Arbitrum One, Arbitrum Nova, Etherlink, Avalanche, Blast, Xai, Skale Nebula Gaming Hub<br/><br/>**Testnet:** Telos Testnet, BNB Smart Chain Testnet, Moonbase Alpha, Minato Soneium Testnet, B3 Sepolia, XR Sepolia, The Root Network Porcini Testnet, Monad Testnet, Immutable zkEVM Testnet, ApeChain Testnet, Oasys Homeverse Testnet, Avalanche Testnet, Somnia Testnet, Frequency Testnet, LAOS Sigma Testnet, Amoy Testnet, Base Sepolia, Etherlink Testnet, Arbitrum Sepolia, Sepolia, Optimism Sepolia, TOY Testnet, Skale Nebula Gaming Hub Testnet, Blast Sepolia, Xai Sepolia | The domain of your configured marketplace on [https://sequence.build/](https://sequence.build/) |
| Blur | ✅ | ✅ | **Mainnet:** Ethereum, Optimism, BNB Smart Chain, Polygon, Soneium, B3, Base, ApeChain, Arbitrum, Avalanche, Blast, Xai<br/><br/>**Testnet:** Minato Soneium Testnet, Monad Testnet, Apechain Testnet, Amoy Testnet, Base Sepolia, Sepolia | [https://blur.io/](https://blur.io/) |
| OpenSea | ✅ | ✅ | **Mainnet:** Ethereum, Optimism, BNB Smart Chain, Polygon, Soneium, B3, Base, ApeChain, Arbitrum, Avalanche, Blast, Xai<br/><br/>**Testnet:** Minato Soneium Testnet, Monad Testnet, Apechain Testnet, Amoy Testnet, Base Sepolia, Sepolia | [https://opensea.io/en](https://opensea.io/en) |
| LooksRare | ✅ | ✅ | **Mainnet:** Ethereum, Optimism, BNB Smart Chain, Polygon, Soneium, B3, Base, ApeChain, Arbitrum, Avalanche, Blast, Xai<br/><br/>**Testnet:** Minato Soneium Testnet, Monad Testnet, Apechain Testnet, Amoy Testnet, Base Sepolia, Sepolia | [https://looksrare.org/](https://looksrare.org/) |
| Magic Eden | ✅ | ✅ | **Mainnet:** Ethereum, Optimism, BNB Smart Chain, Polygon, Soneium, B3, Base, ApeChain, Arbitrum, Avalanche, Blast, Xai<br/><br/>**Testnet:** Minato Soneium Testnet, Monad Testnet, Apechain Testnet, Amoy Testnet, Base Sepolia, Sepolia | [https://magiceden.io/](https://magiceden.io/) |
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sidebarTitle: Getting Started

Utilize the Sequence marketplace protocols to build a marketplace that enables [Shopify-like](https://www.shopify.com/) control over custom code development with Sequence source code.

The [codebase that you can clone](https://github.com/0xsequence-demos/marketplace-boilerplate) from CLI and begin with immediately enables users to perform offers and listings for collectible items. Customize which network your collections are on using [this guide](/solutions/collectibles/contracts/deploy-an-item-collection) to deploy a collection using the [Sequence Builder](https://sequence.build). Add your collections to your marketplace by following [this guide](/solutions/marketplaces/white-label-marketplace/guide) from step 4, `Add a collectible to Marketplace`, onwards.
The [codebase that you can clone](https://github.com/0xsequence/marketplace-boilerplate) from CLI and begin with immediately enables users to perform offers and listings for collectible items. Customize which network your collections are on using [this guide](/solutions/collectibles/contracts/deploy-an-item-collection) to deploy a collection using the [Sequence Builder](https://sequence.build). Add your collections to your marketplace by following [this guide](/solutions/marketplaces/white-label-marketplace/guide) from step 4, `Add a collectible to Marketplace`, onwards.

## Quickstart: Marketplace Boilerplate

Expand All @@ -21,7 +21,7 @@ npx sequence-cli marketplace create-marketplace-boilerplate
## Try a Demo

<Note>
Check out our [demo](https://marketplace-boilerplate.pages.dev/) to see a boilerplate marketplace in action.
Check out our [demo](https://impressive-beaver-41204.sequence.market/) to see a boilerplate marketplace in action.
</Note>

## Walkthrough
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: "Supported Marketplaces"
description: Table of marketplaces supported by Sequence, available for configuration as redirect options and as destination marketplaces in the builder.
sidebarTitle: Supported Marketplaces
---

import SupportedMarketplacesTable from '/snippets/supported-marketplaces-table.mdx';

## Destination Marketplace

The destination marketplace defines where new listings created through the builder will be automatically published. When you select a marketplace from the supported options, new items will be listed there accordingly.

## Supported Marketplaces

Below is a table of marketplaces currently supported by Sequence for configuration both as redirect options and as destination marketplaces.

<SupportedMarketplacesTable />
16 changes: 5 additions & 11 deletions solutions/marketplaces/white-label-marketplace/guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ description: Follow this 8-step guide to learn how to use the Sequence Builder w
sidebarTitle: Guide
---

import SupportedMarketplacesTable from '/snippets/supported-marketplaces-table.mdx';

## Watch a Marketplace be Launched in Minutes

<Note>
Expand Down Expand Up @@ -75,24 +77,16 @@ Select the currency, then confirm and save it:
</Step>
<Step title="Choose Marketplace Destination">

For each Collectible, choose the type of marketplace with how you want your users to transact: Sequence Market, P2P, or, AMM.
For each collectible, select the destination marketplace where new listings will be created.
<Frame>
![choose marketplace type](/images/marketplace/builder_markeplace_setting_update_marketplace_type.png)
</Frame>
#### Sequence Market
This marketplace type enables users to create custom listings and offers on a decentralized orderbook, available for anyone to partake in commerce, allowing for time expiry of orders, custom pricing, and ERC20 custom currency types, as well as other features.

#### Blur
Your NFTs will appear on https://blur.io/

#### OpenSea
Your NFTs will appear on https://opensea.io/en

#### LooksRare
Your NFTs will appear on https://looksrare.org/
All your NFTs can be configured to list directly on other marketplaces such as Magic Eden, OpenSea, and more. In that case, they will no longer be listed by default on the Sequence Marketplace, but Sequence will still detect and display them seamlessly. This setup gives you full flexibility over distribution while keeping your NFTs visible both on your custom marketplace and across the broader NFT ecosystem.

#### Magic Eden
Your NFTs will appear on https://magiceden.io/
<SupportedMarketplacesTable />

</Step>
<Step title="Update Marketplace Settings">
Expand Down