Creating an NFT
A guide to minting Non-Fungible Tokens on the Ergo blockchain.
How do I mint a NFT?
The quickest way to create an NFT is to follow this visual guide that'll show you how to mint your NFT through ergoauctions.org
Creating an NFT programmatically
See this page for some simple examples that demonstrate how to programmatically mint a NFT on the Ergo Blockchain.
Standard
The standard for artwork issuance on Ergo is EIP-0024: Artwork Contract. This standard outlines the process of issuing NFTs, including the two different design versions, V1 and V2, and the importance of artist identity. V2 offers more flexibility and features, such as handling multiple royalty recipients, detailed artwork traits, and additional information.
Resources
Minting your NFT online
- ergoauctions.org Allows NFT minting. (HowTo)
- Lilium is a tool for artists to mint and sell their collections.
Developer Resources
- ergpy has bulk-minting (with royalties!)
- ergo-nft-bulk-minter
- ergonfts.org