Last updated 11 months ago
To get started:
Clone the repository.
Run npm i && forge install to install dependencies.
npm i && forge install
Run npx hardhat test to run Hardhat tests.
npx hardhat test
Run forge test to run Foundry tests.
forge test
Contributions are welcome, feel free to raise issues and/or open pull requests.
Thank you!