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