Creating Your Shop
Last updated
Last updated
You can create and configure your Candy Shop through the admin panel, including the following:
Create a shop with SOL or an SPL token as transaction currency
Deposit syrup, a small budget to maintain your shop (e.g. gas fees for on-chain account space allocation)
Restrict NFT collections that can be bought and sold on your shop
Claim share of transaction fees from your shop
or
Create a CandyShop instance in your code base to use Candy Shop.
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)
connectionUrl: string
connectionConfig: object
your connection node url configuration
Default settings
your mainnet connection node url (default is ). We encourage projects to use their own node provider. We discovered that in non-US region sometimes the node returns 429 rate limit error.