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.
# Install tools from the nodejs ecosystem: prettier, solhint, husky and lint-staged
make nodejs-deps
# Install smart contract dependencies through `foundry update`
make update
cp .env.example .env
make build