βοΈRequirements
The below mentioned are the requirements that a collection must follow -
1) NFT collection creators should provide us with the metadata and artwork that is to be launched on venomart launchpad.
2) The NFT standard on venom is TIP-3, but creators can generate their JSON files in ERC721 standard, as seen in the below mentioned code
3) If a collection does not have knowledge for metadata creation venomart will help them throughout, the only condition here is the collection creators must have the NFT traits*
{
"name": "Venomart #1",
"description": "Premier native marketplace on venom blockchain",
"external_url": "https://venomart.io/",
"image": "https://ipfs.io/ipfs/QmQkBPAQegtJymtC9AdsdkpJrsbsj3ijPXSEfNDyj7RzJM/bg.png",
"attributes": [
{
"trait_type": "Chain",
"value": "Venom"
},
{
"trait_type": "Category",
"value": "NFTs"
}
]
}4) If a collection wants to launch in phases, for example - OG phase, WL phase, etc. They have to provide us wallets in the below mentioned format β¬οΈ
Last updated