Skip to content

Commit 7bf6eaf

Browse files
committed
docs(readme): add Aave example section
1 parent aaad6aa commit 7bf6eaf

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,23 @@ These libraries are *required*
3232

3333
[https://github.com/manifoldfinance/qAbiEncode](https://github.com/manifoldfinance/qAbiEncode)
3434

35+
36+
## Example: Aave
37+
38+
[see /aave dir](/aave)
39+
40+
![](https://d.pr/i/K4XegR.jpeg)
41+
42+
Will start 4 processes.
43+
44+
q realtime db for user balances
45+
subscribe to all lender events to update db balances
46+
query snapshot of every user balance (will take a long time to complete but liquidations can still occur in the background)
47+
scan for unstable health and try to liquidate (prompt will appear for unlocking your accounts)
48+
logs folder will hold log info
49+
50+
To view live user balances and health: http://localhost:5010
51+
3552
## Utils
3653

3754
[Jupyter Notebook for Sushiswap/Uniswap Liquidity and Market Depth](https://gist.github.com/sambacha/a21955e8a8feec7579a607f153476547#file-sushiswap_liquiditypairs-ipynb)

0 commit comments

Comments
 (0)