Skip to content

sahilpatel0x01/solana-address-balance-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

solana-address-balance-checker

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages