An AMM interest rate swap protocol deployed at Rho is deployed on mainnet at: 0xEC41a154386fe49aFa1339C5419eCB8f19a61294
- Uses CTokens as collateral, and for interest rates.
- Capped downside for user, theoretically uncapped upside.
Run tests:
- install
solcversion ^0.6.10 yarnyarn test
Run fork test:
node script/infuraProxy.jsscript/forkChainscript/forkTest
Deploy locally (use node 12 or 13):
script/chainscript/deploy development
Deploy elsewhere:
script/deploy developmentoryarn console -n kovanvia saddle console.deploy RhoLensV1 0x123await rhoLensV1.methods.rho().call();await rho.methods.supplierLiquidity().call();await rho.methods._pause(true).send();
Resources: