This is the ERC20 smart contract example the event https://www.facebook.com/events/2320827018241451/
npm install -g truffle
npm install -g ganache-cli
ganache-cli
truffle compile
truffle migrate
truffle test
Ethereum ERC20 Solidity smart contract example (using Truffle framework)
JavaScriptMIT
This is the ERC20 smart contract example the event https://www.facebook.com/events/2320827018241451/
npm install -g truffle
npm install -g ganache-cli
ganache-cli
truffle compile
truffle migrate
truffle test