Create an NFT marketplace on top of your NFT collection on any EVM-compatible blockchain.
Install via thirdweb create
npx thirdweb create --template marketplace-v3Install dependencies
# npm
npm install
# yarn
yarn installStart the server
# npm
npm run start
# yarn
yarn startTo run this project, you will need to add environment variables. Check the .env.example file for all the environment variables required and add it to .env.local file or set them up on your hosting provider.
Deploy a copy of your application to IPFS using the following command:
yarn deployContributions and feedback are always welcome! Please check our open source page for more information.
For help, join the discord or visit our support page.