What problem does it solve?
It removes the manual work of looking up Solana wallet balances, SPL token portfolios, and transaction details by providing a single, command-driven way to query on-chain data and enrich it with USD pricing.
Core Features & Use Cases
- Wallet portfolio with USD values: Fetch SOL balance and SPL token holdings, label known tokens, sort by USD value, and optionally filter out dust.
- Transaction and activity inspection: Retrieve transaction details by signature and list recent transaction signatures for an address.
- Token, NFT, whale, and network insights: Get SPL token metadata (including supply and top holders), list wallet NFTs via a heuristic, detect large SOL transfers from the latest block, and display live Solana network stats.
- Price lookup by mint or symbol: Check USD pricing for SOL or popular tokens without needing an API key.
Quick Start
Ask for the portfolio value of a Solana address by running: python3 ~/.hermes/skills/blockchain/solana/scripts/solana_client.py wallet <address>