My First ERC20 Token Contract

  • Install Truffle
  • Initialise an empty truffle project
  • We receive three folders
  1. Contracts
  2. Migrations
  3. Test
  • truffle-config.js file
  • [] Edit the Truffle configuration file to set you Truffle environment
  • [] Install OpenZeppelin library for security checks