NFT Creation (ARC3)
Last updated
Was this helpful?
Last updated
Was this helpful?
NFTs on Algorand are created using the Algorand Standard Assets (ASAs), which are part of the core protocol and created using a special type of transaction. This makes Algorand different to other chains where smart contracts are needed for the creation of an NFT. You can learn more about it .
ARC Standards we support:
Path parameters:
chain
:[string] chain to work with. Either TESTNET
, BETANET
or MAINNET
Body Details:
Body parameters:
name
: The Name for this asset
description
: A description of this asset
image
: A URI pointing to a file with MIME type image/* representing the asset to which this token represents
decimals
: A value of >0 is considered a 'Fractional NFT'
unitName
: The Unit Name for this asset
image_integrity
: The SHA-256 digest of the file pointed by the URI image.
image_mimetype
: The MIME type of the file pointed by the URI image. MUST be of the form 'image/*'
properties
: Arbitrary properties (also called attributes). Values may be strings, numbers, object or arrays.
Example:
Response: