Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/makerdao/dss-onboard-ilk-helper
- Owner: makerdao
- License: agpl-3.0
- Created: 2022-06-15T13:08:26.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-19T17:29:29.000Z (over 1 year ago)
- Last Synced: 2023-11-13T15:29:23.567Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 161 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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