Track your asset in BSC.
Install dependencies by pip3
pip3 install rich web3 requestsUse the following to show assets in BSC.
python3 portfolio.py 'example_account'Add --save to make a checkpont.
python3 portfolio.py 'example_account' --saveEach single asset can have a list of yield farming strategies. And each strategy contains at most three fields:
typeis the type of this strategy, which is one ofstake,loanorlend.yieldis the original protocol where you stake/supply/borrow the token.optimizeris the protocol where you put theyieldprotocol's token, such asAutofarmandBeefy. This is optional.
See accounts/example_account.json for more details.
- add more protocols
- add liquidity pool
- add ETH
- add CFX