## Requirements - Foundryup ([Windows](https://github.com/altugbakan/foundryup-windows), [Linux](https://book.getfoundry.sh/getting-started/installation)) - Node 14 or higher ([Windows](https://github.com/coreybutler/nvm-windows), [Linux](https://github.com/nvm-sh/nvm)) ## Installation ```bash git clone --recurse-submodules https://git.tornado.ws/AlienTornadosaurusHex/proposal-21-test.git ``` ## Testing ```bash 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 ```