Skip to content

Challenge 03

Creating and manipulating fungible tokens (ERC20).

Task

  1. create a fungible token.

  2. increase your balance to 100.

  3. deploy the contract.

  4. allow me to transfer 20 tokens.

Info

You can use remix-ide or hardhat or truffle to create the contract and deploy it.

Solution

References

openzeppelin

EIP-20: Token Standard