Skip to content

mankenavenkatesh/Standard-Smart-Contracts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Standard Smart Contract Types

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

Tokens

What is a token? Token refers to digital assets that can have unique characteristics as well as same characteristics.

Types of tokens

Fungible Tokens (Ex. Stock shares)

  • Interchangeable.
  • Divisible into smaller units.
  • uniform, identical to each other.

Non Fungible Tokens - (Ex. arts, lands, certificates, cryptokitties)

  • Each unit is unique. there is no repeated unit.
  • Cannot be divisible into smaller parts.
  • It is not interchangeable.

My Solidity ERC Standard Token Contract Types

About

This Repo contains basic standard smart contracts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published