Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 550 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 550 Bytes

ERC20 Implementation

This is a implementation of a ERC20 token contract with studing pourposes.

*This code is not audited and therefore should not be used in production. The code was created for study reasons

ERC20 documentation: https://eips.ethereum.org/EIPS/eip-20

  • Token.sol: Implementation of token's standard interface
  • Token.t.sol: Implementation of basic validation tests
  • Token.s.sol: Script to deploy the contract locally at Anvil
  • Simulation: Added Anvil network and imported token to Metamask