Contract

Smart Contracts for Your Project

After creating a project on the QAF platform, you will need to deploy a smart contract to perform various blockchain operations, such as NFT operations, listing NFT items, and buying NFT items.

On the QAF platform, you can deploy up to three different smart contracts for your project:

  • ERC721, which should be used for one-of-a-kind project assets, such as gems or car artifacts.

  • ERC1155, which should be used for multiple project assets.

  • Marketplace, which should be used if you want to have a marketplace for your NFT project assets.

Each project can have one ERC721 smart contract, one ERC1155 smart contract, and one Marketplace smart contract.

Please ensure that your project wallet has a sufficient balance to deploy your smart contract.

Contract API References

Last updated