/dss-onboard-ilk-helper

SW Repo; Content Manager: CES-001; Repository to facilitate the onboarding of new ilks into the DSS

Primary LanguageShellGNU Affero General Public License v3.0AGPL-3.0

DSS onboard ilk helper

Facilitates the onboarding of new ilks into DSS.

This repo contain all of the pre-spell steps required to add a new ilk to the system.

Usage

Install dependencies

# Install tools from the nodejs ecosystem: prettier, solhint, husky and lint-staged
make nodejs-deps
# Install smart contract dependencies through `foundry update`
make update

Create a local .env file and change the placeholder values

cp .env.example .env

Build contracts

make build

TODO