petrejonn / aave_brownie_py

Borrowing, and depositing DAI on Aave with python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  1. Swap ETH for WETH
  2. Deposit some ETH (WETH) into Aave
  3. Borrow some asset with the ETH collateral
    1. Sell the borrowed asset. (Short selling)
  4. Repay everything back.

Testing: Integration test: Kovan Unit test: Mainnet-fork

About

Borrowing, and depositing DAI on Aave with python


Languages

Language:Solidity 83.2%Language:Python 16.8%