How to create NFTs and fungible tokens

NFTs

NFTs, or Non-Fungible Tokens, are a type of digital asset that represent ownership or proof of authenticity of a unique item or piece of content such as artwork, music, videos, or collectibles. What makes NFTs unique is that each token is distinct and cannot be replicated or replaced unlike cryptocurrencies such as Bitcoin or Ethereum which are fungible and can be exchanged on a one-to-one basis.

You can find a guide on how to create an NFT here: How to create an NFT

Fungible tokens

Fungible tokens are digital assets that are interchangeable and can be exchanged on a one-to-one basis. These tokens are commonly used to represent game resources such as gold, crystals, or coins.

You can find a guide on how to create a fungible token here: How to create a fungible token

Metadata

Blockchain only facilitates transfers of NFTs and fungible tokens between players and apps. To provide info about these assets (such as an image or game stats) you must create appropriate metadata for each minted item.

Learn more about the concept of metadata and adding metadata to on-chain assets: Metadata

Guides to use NFTs in your app:

Last updated