GeorgiNedyalkov / my-g-token

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 92.3%Language:Solidity 7.7%