✔️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 ⬇️

[
"0:bf6adad7315850d05e010c55ea46f84e0aecfb4788783a31fc0694a7a6436883",
"0:481b34e4d5c41ebdbf9b0d75f22f69b822af276c47996c9e37a89e1e2cb05580",
"0:f9a0684d617dd1379ed7c6dc0926b0f34a4e8941b14673f7e6244990db5cfeab", 
"0:cda53ee6702ca585105929b774b630e27dabf3b4f9365563dd24a9e583246186", 
"0:c4c965e31c63c65e1abbcdbc8f0b37a18efa3617c347c791f026b2986cf2e78e"
]

Last updated