Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

fiatdao/delphi-i

Repository files navigation

Delphi 🔮

Repository containing the core smart contracts of Delphi

Requirements

Having installed Foundry and Node.js is the minimum requirement to get started.

Run make to install dependencies.

Tests

After installing dependencies with make, run make test to run the tests.

Building and testing

git clone https://github.com/fiatdao/delphi
cd delphi
make # This installs the project's dependencies.
make test

Deploying contracts

This is done typically in a different repo that imports this repo.