Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/k1-r1/aavequantdefi
Put down collateral, Borrow, and repay a loan from Aave! Use this to short assets and accrue interest.
https://github.com/k1-r1/aavequantdefi
aave brownie defi python solidity
Last synced: about 1 month ago
JSON representation
Put down collateral, Borrow, and repay a loan from Aave! Use this to short assets and accrue interest.
- Host: GitHub
- URL: https://github.com/k1-r1/aavequantdefi
- Owner: K1-R1
- Created: 2022-02-10T14:45:09.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-10T18:33:07.000Z (almost 3 years ago)
- Last Synced: 2023-03-10T09:07:26.172Z (almost 2 years ago)
- Topics: aave, brownie, defi, python, solidity
- Language: Solidity
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aaveQuantDefi
Put down collateral, Borrow, and repay a loan from Aave! Use this to short assets and accrue interest.
Upon deployment, this repo allows;
1. Approval of `ETH` to be swapped for `WETH`
2. To swap an `amount` of `ETH` for `WETH`
3. Depositing the `WETH` as collateral
4. To use that collateral to borrow `DAI`
5. Repayment of debtThe contract is designed to be deployed and tested on multiple networks, currently those networks are:
- mainnet-fork
- Kovan test networkThe contract has been tested locally on mainnet-fork, with intergration testing performed on Kovan.
## Made with
- solidity
- python
- brownie### This repo is a project created during the course;
- smartcontractkit/full-blockchain-solidity-course-py