nduchak / rwa-onboarding

RWA Onboarding

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

RWA Onboarding

License:GNU Affero General Public License v3.0


Languages

Language:Shell 49.7%Language:Solidity 49.4%Language:Makefile 0.9%