TERNOA Documentation
Learn Build
  • What is Ternoa Chain ?
  • SPECS
    • Polygon CDK zkEVM
    • Polygon AggLayer
    • Avail DA
    • Trusted Execution Environments 
  • BUILD
    • Wallets
    • RPC
    • API
    • Explorer
  • Tools
    • Staking
    • Ternoa Safe
    • TIP
  • Community
    • Ternoa.com
    • Github
    • Discord
    • Twitter
    • Medium
Powered by GitBook
On this page
  1. Build
  2. Javascript SDK
  3. NFT features & pallets
  4. Basics NFT & Collections

NFT

Last updated 1 year ago

NFTs represent proof of ownership of a digital or physical asset, on the blockchain. NFTs can represent digital assets such as images, videos, audio files, documents, or simply some data. NFTs can also act as proxies for physical assets such as real estate, consumer or industrial goods, or precious metals.

The media associated with NFTs, and other associated metadata, are stored off-chain in a decentralized storage network such as IPFS, but the link to this metadata is stored on-chain as part of the NFT.

Basic NFT features

Creating an NFT
  • Create NFT on the Ternoa chain.

Adding an NFT to a collection
  • Add an NFT to an existing collection.

Transfering an Nft
  • Send an NFT to someone.

Burning an existing NFT
  • Burn NFT from the chain.

Setting the NFT royalty
  • Set the royalty of an NFT: A Percentage of all second sales that the creator will receive.

View code
View code
View code
View code