Skip to content

thekiwimango/rewards-today

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REWARDS TODAY!

Introduction

  • 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!

Output example

Output Example

How to use it

  1. Install the requirements: $ pip install -r requirements.txt
  2. Add your addresses (chain + public address) and currency reference to data.py
  3. Run main.py

That's it!

Do you want an executable? $ pyinstaller --onefile -n rewards main.py
And find it here: dist/rewards.exe

Supported chains

  • All substrate networks (currently configured: Acala, Astar, Kusama, Moonbeam, Polkadot)
    • Others too! (they just need to be configured in substrate/substrate_assets.py)
  • Cardano
  • Need more chains? Let me know or DIY and send a pull request :)

APIs used