thirdweb

Sell your NFTs on your Marketplace in your own Tokens

Published on:

December 31, 2021

This recipe shows you which guides you need to create your NFTs, Tokens and Marketplace

Intro

So you want full control? thirdweb's got you. Let me show you how to create your NFTs, your own coins (tokens) and then list your NFTs for sale in your own tokens on your own marketplace.

Step 1 - Mint Your NFTs

To create an NFT module, check out this guide.

Once you got your NFT Collection module all set up, it's time to mint those babies.

If you're Minting NFTs in Python, you want this guide and if you're doing it in TypeScript, you'll need this guide.

Want no-code? Got you, check out this video.

Step 2 - Create Your Tokens

Cool you minted your NFTs, well done. Now let's create our own coins. We will need the Token module for this. Creating the Token module is the same as creating the NFT Collection module (but you do need to click on Token when you pick a module 😜).

Once you got your Token module, you can mint the tokens straight in the dashboard.

Want to use code? No worries. Click here for Python and here for TypeScript.

Step 3 - Create Your Own Marketplace

We're almost there! This step is actually pretty simple. Go to the dashboard, create a module in your project and pick Marketplace as your module.

That's it 😶.

Step 4 - List YOUR NFTs in YOUR Coins on YOUR Marketplace!

To list your NFTs in your own marketplace, go to your project and inside your project to your NFT Collection module. You should see in the button List next to your NFT.

Click on it, follow the steps and choose your marketplace and your token (by clicking on your token contract) in the dropdown boxes.

Want to use code? Look at you!

okokok.

Check out this guide for Python and this guide for TypeScript to list your nfts on your marketplace.

THAT'S IT

You've done it.

You've taken full control.

NO dependancy on someone else's smartcontract for YOUR NFTs

NO dependancy on someone else's tokens.

NO dependecy on someone else's marketplace.


Ready to build your first web3 app? Get early access & add web3 features to your project today.

Contents

Intro

Step 1 - Mint Your NFTs

Step 2 - Create Your Tokens

Step 3 - Create Your Own Marketplace

Step 4 - List YOUR NFTs in YOUR Coins on YOUR Marketplace!

THAT'S IT