A Python-based tool to fetch and display the SOL balance of any Solana wallet address using the latest Solana RPC API. This tool leverages the solana-py and solders libraries for seamless interaction with the Solana blockchain. Features
Retrieve balance in SOL for any valid Solana wallet address.
Supports Mainnet, Testnet, and Devnet RPC endpoints.
Built with asynchronous programming for optimized performance.
Easy-to-use and extendable for further Solana-based development.
Technologies Used
Python: Core language for development.
solana-py: Library for Solana blockchain interaction.
solders: High-performance library for Solana-specific data types.
Getting Started
Clone the repository:
git clone https://github.com/your-username/solana-balance-checker.git
Install dependencies:
pip install -r requirements.txt
Run the balance checker:
python balance_checker.py