Repository containing the core smart contracts of Delphi
Having installed Foundry and Node.js is the minimum requirement to get started.
Run make to install dependencies.
After installing dependencies with make, run make test to run the tests.
git clone https://github.com/fiatdao/delphi
cd delphi
make # This installs the project's dependencies.
make testThis is done typically in a different repo that imports this repo.