Create your NFT Art Gallery
A simple NFT Collectibles contract where you can create a limited set of NFTs available
Details
All NFTs have the same price
setPricePerPack
All NFTS are identified via the metadata via a
baseURI
&tokenURI
You can create an unlimited Amount of Packs or unlimited by providing
limitedAmount
as0
You can set the tokenBaseURI Information Metadata for each NFT at
setBaseTokenURI
if you want all the NFTs to have the same base structure - examplehttps://bepronetwork.github.io/B.E.P.R.O/meta/
This will make the tokenID the suffix of the
baseURI
- for example for the NFT number 1, thetokenURI
will behttps://bepronetwork.github.io/B.E.P.R.O/meta/1
- structure asbaseURI + tokenURI
Ensure the API returns data structures similar to this one
This will make systems such as opensea automatically gather the metadata for your NFT directly from your API
You can also set each one independently via the call
setTokenURI({tokenID, URI})
- this will make it abandon the baseURI standard - structure astokenURI
Looking for more functions?
See all available functions here
Last updated