Creating Your Shop
(In Beta for Polygon, Ethereum coming soon)
Our Ethereum and Polygon shops are built on Opensea's Seaport smart contract, which is open source and the standard for NFT trading and auctions on EVM chains. Candy Shop provides a backend that powers marketplace features such as verified collections, filter, search and more.
You can create and configure your Candy Shop through the Admin Panel, including the following:
Create a shop with ETH, MATIC or an ERC20 token as transaction currency
Define and restrict NFT collections that can be bought and sold on your shop
Install Candy Shop
or
Use Candy Shop
Create a CandyShop instance in your code base to use Candy Shop.
Network can take one of the following parameters:
Ethereum Mainnet: ETH
Ethereum Goerli Testnet: GOERLI
Polygon Mainnet: MATIC
Polygon Mumbai Testnet: MUMBAI
Additional Settings
You may pass an additional settings object to customize your shop:
priceDecimals: number
number of decimals to display for price numbers (default is 3)
volumeDecimals: number
number of decimals to display for volume numbers (default is 1)
Default settings
Last updated