Author: Bruski

Contents

Screenshot from 2022-02-12 17-31-40.png

What is NFT?

NFT stands for Non-fungible token.

Let’s separate the word Non-fungible token:

In Ethereum, NFT is a way to represent any unique asset as an ethereum asset.

Every token can be related to a unique digital asset, such as drawings, sounds, videos or games etc.

In fact, it is a non-interchangeable unit of data stored on a blockchain, a form of digital ledger, that can be sold and traded.

From the programming perspective, a Non-fungible token is an ID generated by a smart contract which implemented the ERC-721 or ERC-1155 interface. It’s actually the specific smart contract (treat it as a online service) that combines the ID with the information of the digital asset, verifies the ownership and handling the transferability. If you don’t quite understand here, don’t worry, we will dive into that later.

Properties