forked from Theo/proposal-21-test
Checking possible results of the attacker's execution of proposal 21.
|
|
||
|---|---|---|
| .vscode | ||
| lib | ||
| src | ||
| test | ||
| .gitattributes | ||
| .gitignore | ||
| .gitmodules | ||
| foundry.toml | ||
| package.json | ||
| README.md | ||
| remappings.txt | ||
Requirements
Installation
git clone --recurse-submodules https://git.tornado.ws/AlienTornadosaurusHex/proposal-21-test.git
Testing
yarn # or npm
# To test slots
yarn test:slots # or npm
# To test execution of the proposal and balance changes
yarn test:execution
# To test both
yarn test