- Create your ERC20 smart contract first on the
./erc20
folder then test if running. - 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. - Then paste also the source code you have added on ERC20-EVENTS to
./erc20_approval
folder
Make the script executable
chmod +x run_tests.sh
Then run it
./run_tests.sh