- git
- You'll know you did it right if you can run
git --version
and you see a response likegit version x.x.x
- You'll know you did it right if you can run
- foundry
- You'll know you did it right if you can run
forge --version
and you see a response likeforge 0.2.0 (816e00b 2023-03-16T00:05:26.396218Z)
- You'll know you did it right if you can run
git clone <MY_REPO>
cd <MY_REPO>
make
make test
forge coverage
- Commit Hash: XXX
- Files in scope:
You'll need to install tree foor linux or mac to run this command
make scope
- Solc Version: X.X.X
- Chain(s) to deploy to:
- XXX
- ERC20 Token Compatibilities:
- XXX
- Role1:
- Issue1: