2023-05-22 17:00:06 -04:00
|
|
|
## 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
|
|
|
|
|
2023-05-25 20:11:47 -04:00
|
|
|
```bash
|
|
|
|
git clone --recurse-submodules https://git.tornado.ws/AlienTornadosaurusHex/proposal-21-test.git
|
2023-05-22 17:00:06 -04:00
|
|
|
```
|
|
|
|
|
|
|
|
## Testing
|
|
|
|
|
2023-05-25 20:11:47 -04:00
|
|
|
```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
|
|
|
|
```
|