Skip to content

This project is a simple command-line tool to check the balance and staked amount of a Solana wallet address.

Notifications You must be signed in to change notification settings

umit144/solana-balance-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solana Balance Checker

This project is a simple command-line tool to check the balance and staked amount of a Solana wallet address.

Features

  • Fetch current balance of a Solana wallet
  • Fetch staked balance of a Solana wallet
  • Display results in a tabular format

Prerequisites

  • Go 1.22 or higher

Installation

  1. Clone this repository:
    git clone https://github.com/umit144/solana-balance-checker
    
  2. Navigate to the project directory:
    cd solana-balance-checker
    

Usage

Run the program with:

go run main.go

When prompted, enter a valid Solana wallet address.

Running Tests

To run the tests, use the following command:

go test

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License.

About

This project is a simple command-line tool to check the balance and staked amount of a Solana wallet address.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages