Skip to content

Frontend for my latest Solidity ethereum experiment dealing with collateral swaps with an atomic transaction.

Notifications You must be signed in to change notification settings

joshrio/CollateralSwapFrontend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Frontend for my latest Solidity ethereum experiment dealing with collateral swaps with an atomic transaction.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.9%
  • HTML 2.1%