tea-chainquery
v0.1.2
Published
Tea-ChainQuery: A CLI tool for querying blockchain data
Readme
Sonia
A CLI tool for querying blockchain data (Ethereum/Base).
Installation
pip install soniaUsage
sonia balance 0xYourAddress
sonia tx_count 0xYourAddressContributing
Fork the repo, submit PRS to https://github.com/idyweb/sonia
- Commit and push:
git init
git add .
git commit -m "Initial Sonia release"
git remote add origin https://github.com/idyweb/sonia.git
git push -u origin main