Skip to content

mondalraj/erc20-token-ETH

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ethereum ERC20 Standard Documentation - https://ethereum.org/en/developers/docs/standards/tokens/erc-20/

Open Zeppelin ERC20 Documentation - https://docs.openzeppelin.com/contracts/4.x/api/token/erc20

Some Key Factors to be decided when creating and deploying yout own ERC20 Token -

  1. Initial Supply
  2. Capped / Max Supply
  • If supply if capped it will create scarcity in market, hence increase the value of the Token
  • For Game, supply should be kept unlimited, to generate and give tokens to its players
  1. Minting Strategy - How you introduce and Distribute new supply of tokens into the market
  2. Block Reward
  3. Burnable

About

Source code for Ocean Token from the ERC20 Block Explorer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 69.3%
  • Solidity 17.5%
  • HTML 7.9%
  • CSS 5.3%