Start by getting foundryup
latest version and installing the dependencies:ssss
$ curl -L https://foundry.paradigm.xyz | bash
$ foundryup
$ yarn
If this is your first time with Foundry, check out the installation instructions.
Delete the build artifacts and cache directories:
$ yarn clean
Compile the contracts:
$ yarn build
Run the tests:
$ yarn test
This project is licensed under MIT.