Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 929 Bytes

README.md

File metadata and controls

43 lines (29 loc) · 929 Bytes

RWA Onboardings

This repo containe scripts for RWA deals onboarding

Content

Usage

Install lib dependencies

make update

Install build dependencies

make nodejs-deps

Build contracts

make build

Test contracts

make test ILK=<ILK_NAME> # Run unit tests for a specific onboarding

Deploy contracts

make deploy-ces-goerli ILK=<ILK_NAME> # to deploy contracts for the CES Fork of Goerli MCD
make deploy-goerli ILK=<ILK_NAME> # to deploy contracts for the official Goerli MCD
make deploy-mainnet ILK=<ILK_NAME> # to deploy contracts for the official Mainnet MCD