Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 494 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 494 Bytes

ERC20-workshop

Guide

  1. Create your ERC20 smart contract first on the ./erc20 folder then test if running.
  2. After creating your ERC20, you can proceed to ./erc20_event and paste only the source code you added on the methods that neeeded modifications on ERC20-EVENTS.
  3. Then paste also the source code you have added on ERC20-EVENTS to ./erc20_approval folder

Test your work

Make the script executable

chmod +x run_tests.sh

Then run it

./run_tests.sh