Marketplace
This page will walk you through our marketplace feature.
What is the ChainSafe marketplace?
ChainSafe's marketplace is an NFT trading hub where you can create collections of NFTs and list them in different marketplaces. You can then display these marketplaces and interact with them in game. The marketplace dashboard can be accessed here. You can find a variety of services here to compliment your marketplace, from collections to minting NFTs.
- You can import our Marketplace sample scene by navigating to Window → Package Manager.
- Add a new package by name by pressing + and adding via git url and entering
https://github.com/ChainSafe/web3.unity.git?path=/Packages/io.chainsafe.web3-unity.marketplace
- Once the package is installed, click on the Samples tab. Import the samples.
- Once imported, you can find the scene by navigating to Samples → Web3.unity SDK → 2.6 → Web3.Unity Samples → Scenes → SampleLogin - Marketplace.
- Click on the Login Logic - Ramp object and in the inspector, modify the Scene To Load to your preferred scene.
- Add the Marketplace scene and your scene to the build settings, and you’re done.
How do I access the marketplace?
The marketplace dashboard can be accessed here The NFT dashboard can be accessed here
Can I use this within my unity project?
You certainly can! With our new marketplace package you can call marketplace data, list and even purchase NFTs from other marketplaces.
What about metadata?
We've included a function to upload files automatically to ChainSafe's storage which will also pin to IPFS. This is automatically done in the creation calls found in the marketplace package. We've also included this in a more granular fashion in the IPFS calls section of the sample main scene should you want to have alternate metadata for your NFTs.