Cover photo

How to do no-code AI generated NFT collection?

In this article you will learn how to create no-code AI generated NFT collection. There is no prerequisite skills to know you can easily make your own collection after this article. We made an educational example collection for this tutorial on avalanche. Check the collection here:

https://campfire.exchange/collections/0x83e5256dbea2253ff2b6002cfcc79d2457e13f86

Lets start with create AI created art, we are going to craiyon and type what would like to create. (20% royalty requested in terms of use)

Example output of AI generated images.
Example output of AI generated images.

Once we have enough image we are going to Studio 721 and creating new collection on artkit section to publish on ipfs as described on guide.

Example output of ipfs link.
Example output of ipfs link.

Once we published we are copying that ipfs address and head to create contract section and changing settings as we want. After compiling we can deploy our contract to blockchain.

Example contract settings.
Example contract settings.

Once NFT contract deployed you can verify your contract with etherscan api or download the input json file to verify manually.

We are going to show how to verify with input json file. First we are downloading compiler input on studio721 then head to explorer. In this example we deployed our contract to avalanche c-chain. Because of that verify and minting UI are not working on studio721. So we head to snowtrace and upload our input.json file.

Example verify page.
Example verify page.

After verify process done we can mint on explorer as shown below.

Minting on snowtrace.
Minting on snowtrace.

Also you can see some a magic on Avascan.

If you go to tx page on avascan you will see what you mint.
If you go to tx page on avascan you will see what you mint.

Lets go to campfire and start to make a mint event. First go to your profile and see your freshly minted collection’s page. Then start to edit details.

Example mint details.
Example mint details.

Once you setup your event there is a 24h period that you have to wait until listing appears on mint page.

Thank you to your patience.