luisgdev / pool-info

CLI app to visualize stake and pending balance of a wallet in a Stake pool like PancakeSwap (Binance Smart Chain) and Ethereum based chains.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pool-info

This console application can show your staked and pending balances you have in a staking pool like PancakeSwap (Binance Smart Chain).

I made it to query Manual Cake pool, where staked and reward token are the same which allows you to do compound interest.

Create a res.py file to place your wallets address. You can query other pools by modifying pid, contract and contract_abi in pools.py. Now you can add mainnet in pools.py to get data from any Ethereum based blockchain like Polygon and BSC.

Tested on:

To do:

  • Test with other Ethereum based blockchains like Polygon.
  • Add support for pools which different rewards token.

This CLI looks nice thanks to Rich.

Web3 BSC PancakeSwap

About

CLI app to visualize stake and pending balance of a wallet in a Stake pool like PancakeSwap (Binance Smart Chain) and Ethereum based chains.

License:MIT License


Languages

Language:Python 100.0%