Skip to content

amusingaxl/rwa-onboarding

 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • Shell 49.7%
  • Solidity 49.4%
  • Makefile 0.9%