This repo contains Solidity smart contract code for simple, standards-compliant tokens on Ethereum. Adhering to standards allows other contract developers to easily incorporate your token into their applications.
| ERC Standard Contracts | Contract Types
erc-standards (https://eips.ethereum.org/erc)
What is a token? Token refers to digital assets that can have unique characteristics as well as same characteristics.
- Interchangeable.
- Divisible into smaller units.
- uniform, identical to each other.
- Each unit is unique. there is no repeated unit.
- Cannot be divisible into smaller parts.
- It is not interchangeable.