/ethnoob-ecr20-example

Ethereum ERC20 Solidity smart contract example (using Truffle framework)

Primary LanguageJavaScriptMIT LicenseMIT

ERC20 example

This is the ERC20 smart contract example the event https://www.facebook.com/events/2320827018241451/

Please install ganache and truffle before you start this project.

npm install -g truffle

npm install -g ganache-cli

Start ganache

ganache-cli

Compile the smart contract

truffle compile

Deploy the smart contract

truffle migrate

Test the smart contract

truffle test