Skip to content

Creating an NFT#

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#

Developer Resources#