Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/makerdao/rwa-toolkit
SW Repo; Content Manager: CES-001; MIP21 Toolkit: Equipment for Off-chain Asset Backed Lending in MakerDAO
https://github.com/makerdao/rwa-toolkit
makerdao solidity solidity-contracts
Last synced: 2 months ago
JSON representation
SW Repo; Content Manager: CES-001; MIP21 Toolkit: Equipment for Off-chain Asset Backed Lending in MakerDAO
- Host: GitHub
- URL: https://github.com/makerdao/rwa-toolkit
- Owner: makerdao
- License: agpl-3.0
- Created: 2022-04-08T15:57:37.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-21T21:36:52.000Z (12 months ago)
- Last Synced: 2024-03-01T06:29:07.895Z (10 months ago)
- Topics: makerdao, solidity, solidity-contracts
- Language: Solidity
- Homepage:
- Size: 704 KB
- Stars: 11
- Watchers: 9
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Equipment for Off-chain Asset Backed Lending in MakerDAO
## Components
- `RwaLiquidationOracle`: acts as a liquidation beacon for an off-chain enforcer.
- `RwaUrn`: facilitates borrowing of DAI, delivering to a designated account.
- `RwaUrn2`: variation of `RwaUrn` that allows authorized parties to flush out any outstanding DAI at any moment.
- `RwaOutputConduit`: disburses DAI.
- `RwaOutputConduit2`: variation of `RwaOutputConduit` with a whitelist to control permissions to disburse DAI.
- `RwaSwapOutputConduit`: variation of `RwaOutputConduit` for swapping DAI to GEM through a PSM.
- `RwaMultiSwapOutputConduit`: variation of `RwaSwapOutputConduit` which can handle multiple PSM's.
- `RwaInputConduit`: repays DAI.
- `RwaInputConduit2`: variation of `RwaInputConduit` with a whitelist to control permissions to repay DAI.
- `RwaSwapInputConduit`: variation of `RwaInputConduit` for swapping GEM to DAI through a PSM.
- `RwaSwapInputConduit2`: variation of `RwaSwapInputConduit` with a permissionless `push`.
- `RwaToken`: represents the RWA collateral in the system.
- `RwaTokenFactory`: factory of `RwaToken`s.
- `RwaJar`: facilitates paying stability fess directly into the DSS surplus buffer.
- `RwaCageSettlement`: RWA settlement facility to allow DAI holders to redeem RWA tokens if MakerDAO Governance ever issues an Emergency Shutdown.
- `RwaCageSettlementFactory`: factory of `RwaCageSettlement`.## Deploy
### Kovan \[deprecated\]
```
make deploy-kovan
```### Goerli
```
make deploy-goerli
```### Mainnet
```
make deploy-mainnet
```