Skip to content

Project files for the Aave DeFi client to interact with the Aave platform's smart contracts easily via Python.

Notifications You must be signed in to change notification settings

PathX-Projects/Aave-DeFi-Client

Repository files navigation

Aave V2 DeFi Client for Web3.py

NOTE: This is the beta version of the client. More docs to come...

Overview:

The Aave V2 DeFi Client is a Python wrapper for the core functionality on the Aave V2 DeFi lending protocol built using only two 3rd party packages, web3 and requests.

Currently only the Ethereum mainnet and Kovan testnet are supported.

Setup

  1. Ensure that you are using Python version 3.9+
  2. Install the package using pip:
    pip install aave-python
  3. Repare your HTTP providers for the Ethereum mainnet and/or Kovan testnet.

Usage:

  • You can find examples for the client's functionality in the usage_examples directory.

How to Get Kovan Testnet WETH:

  1. Enter your public wallet address at ethdrop.dev and get ETH
  2. Use the usage_examples/get_kovan_weth.py script to convert your testnet ETH to ERC-20 WETH that can be deposited to Aave.

About

Project files for the Aave DeFi client to interact with the Aave platform's smart contracts easily via Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published