https://github.com/decentralisedme/aave_brownie_py
AAVE: Deposit WEHT, Borrow DAI , Repay the Debt - Brownie/Aave/Chainlink
https://github.com/decentralisedme/aave_brownie_py
Last synced: 26 days ago
JSON representation
AAVE: Deposit WEHT, Borrow DAI , Repay the Debt - Brownie/Aave/Chainlink
- Host: GitHub
- URL: https://github.com/decentralisedme/aave_brownie_py
- Owner: Decentralisedme
- Created: 2022-05-20T14:57:01.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-20T15:00:50.000Z (about 4 years ago)
- Last Synced: 2025-06-11T01:06:29.928Z (about 1 year ago)
- Language: Solidity
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
1. swap ETH for WETH >> get_weth.py
2. Deposit some ETH inito Aave
3. Borrow some asset with ETH colateral
1. Sell that borrowed asset (short selling)
4. Repay everything back
Testing:
Integration test: kovan
Unit test: Mainnet-fork# aave_brownie_py