Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 770 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 770 Bytes

Collateral Swap Front end

Swap your vault's underlying collateral with another asset, in one transaction, without paying back the vault's debt. This uses the magic of open composable ethereum protocols, namely: MakerDAO's vaults, Aave's flash loans, and Uniswap's DEX.

More info: Twitter thread.

Live version of Collateral Swap

Code Style guide

To run

npm install
npm start

To build

npm run build

To build

npm run deploy