# Description: Create a module to fetch balances, transactions, and other blockchain data. # Tasks: - [ ] Implement balance lookup by address - [ ] Fetch transaction history from blockchain explorers or RPC nodes - [ ] Support multiple data sources (e.g., mempool.space API, Electrum, RPC) - [ ] Add unit and integration tests
Description:
Create a module to fetch balances, transactions, and other blockchain data.
Tasks: