altugbakan / brownie-defi

Brownie scripts that interact with DeFi applications Uniswap V3, Aave, and Chainlink

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Brownie DeFi

Brownie scripts interacting with DeFi smart contracts.

Uniswap

  1. Converts ETH to WETH.
  2. Swaps WETH for DAI.

Aave

  1. Converts ETH to WETH.
  2. Deposits WETH
  3. Calculates how much DAI you can borrow using Chainlink Price Feeds.
  4. Borrows DAI.
  5. Swaps WETH to DAI using Uniswap.
  6. Repays DAI debt with interest.

About

Brownie scripts that interact with DeFi applications Uniswap V3, Aave, and Chainlink


Languages

Language:Solidity 75.7%Language:Python 24.3%