- Are you tired of manually checking how much you made today in staking rewards?
- Would you like track your rewards without connecting your wallets to any dubious site?
- Does this sound like an infomercial?
This amazing little program will aggregate and show you a summary of your hard-earned staking rewards!
- Install the requirements:
$ pip install -r requirements.txt
- Add your addresses (chain + public address) and currency reference to
data.py
- Run
main.py
That's it!
Do you want an executable? $ pyinstaller --onefile -n rewards main.py
And find it here: dist/rewards.exe
- All substrate networks (currently configured: Acala, Astar, Kusama, Moonbeam, Polkadot)
- Others too! (they just need to be configured in
substrate/substrate_assets.py
)
- Others too! (they just need to be configured in
- Cardano
- Need more chains? Let me know or DIY and send a pull request :)
- Subscan API (for substrate networks)
- Blockfrost (for cardano)
- CryptoCompare (for prices)
- py-subscan (used as reference)