Open source decentralized interface for multi-collateral stable protocol Money on Chain for contracts version 1.0
You can:
- Mint / Redeem Pegged Token (TP): Ex.: DoC
- Mint / Redeem Collateral Token (TC): Ex.: BPro
- Metrics
- Last operations
- Claim / Stake TG (MOC)
Projects
- Dollar on Chain (DoC) (Main project - Collateral RBTC) 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 | - |
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
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:
- node-gyp needs:
sudo apt install python3-setuptools
- Nodejs > 12
nvm use
Install packages
npm install --ignore-scripts
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 |
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