Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/makerdao/dss-onboard-ilk-helper

SW Repo; Content Manager: CES-001; Repository to facilitate the onboarding of new ilks into the DSS
https://github.com/makerdao/dss-onboard-ilk-helper

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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

```bash
# 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

```bash
cp .env.example .env
```

### Build contracts

```bash
make build
```

### TODO