Open source decentralized interface for multi-collateral stable protocol Money on Chain
You can:
- Mint / Redeem Pegged Token (TP): Ex.: DoC or USDRIF
- Mint / Redeem Collateral Token (TC): Ex.: BPro or RIFP
- Metrics
- Last operations
- Claim / Stake TG (MOC)
- FastBTC Bridge
Projects
- Dollar on Chain (DoC) (Main project - Collateral RBTC) please review the contracts here
- RIF on Chain (RoC) (Collateral RIF) please review the contracts here
Token | Token name | Project | Token Name | Collateral |
---|---|---|---|---|
TP | Pegged Token 1:1 | MOC | DOC | RBTC |
TC | Collateral Token | MOC | BPRO | RBTC |
TG | Govern Token | MOC | MOC | - |
TP | Pegged Token 1:1 | ROC | USDRIF | RIF |
TC | Collateral Token | ROC | RIFP | RIF |
TG | Govern Token | ROC | MOC | - |
Each release gets deployed to IPFS automatically.
Please go to release section, there are several links to releases
MOC Release: You can always get the last stable release on: dapp.moneyonchain.com
ROC Release: You can always get the last stable release on: dapp.rifonchain.com
Notes: The list of operations of the user is get it through an API. We use an api also for the liquidity mining program, but is not need it to run or to exchange tokens.
Requires:
- Nodejs > 12
nvm use
Install packages
npm install
Run
npm run start:moc-mainnet
Note: Start the environment you want to run ex. "start:moc-mainnet" to start environment Moc Production Mainnet
Then in your browser:
http://localhost:3000
Environment is our already deployed contracts. Develop: npm run start:
Name | Project | Main Gateway | Environment | Network | npm run |
---|---|---|---|---|---|
MoC TestnetAlpha | MOC | Testnet | RSK | start:moc-alpha-testnet | |
MoC Testnet | MOC | Testnet | RSK | start:moc-testnet | |
MoC Mainnet | MOC | link | Mainnet | RSK | start:moc-mainnet |
RoC TestnetAlpha | RIF | Testnet | RSK | start:roc-alpha-testnet | |
RoC Testnet | RIF | Testnet | RSK | start:roc-testnet | |
RoC Mainnet | RIF | link | Mainnet | RSK | start:roc-mainnet |
To fully operational this dapp requires also running:
In testnet you may need some test tRIF o tRBTC
- Faucet tRBTC: https://faucet.rsk.co/
- Faucet tRIF: https://faucet.rifos.org/
If you want to integrate Money on Chain protocols please review our Integration repository: https://github.com/money-on-chain/moc-integration-js