Create an NFT

Non-fungible tokens, or NFTs for short, are unique assets represented on the blockchain. Digital art and collectibles are types of NFTs that you may have heard about, but they only scratch the surface of what is possible.

NFTS on Algorand

ASAs icon

ASAs

NFTs on Algorand are created using Algorand Standard Assets (ASAs), which are built into the protocol and created using a special type of transaction. This is distinct from some other blockchains where a smart contract is necessary to represent assets...

ARC-003 Standard icon

ARC-003 Standard

Now let's go ahead and create an NFT. We will use the Algorand Foundation’s proposed ARC-0003 NFT standard. Choose your favorite SDK to run the full code example for creating an NFT on TestNet and watch the step-by-step video guide.

Additional Resources

Fungible Tokens icon

Fungible Tokens

Learn how to create fungible tokens with our Tokenization guide