Set Up Your Local Environment
There are plenty popular development toolsets such as Hardhat and Foundry. In Dyson Finance repo, we use Foundry as the tool to develop and test our contracts.
Get Started
Install Foundry
Compile All Contracts
Testing
You can look up our tests to know more about the integration.
To run tests, you can follow the steps below:
Setup
.env
Use the following commands to run tests in
src/test
.
Last updated