Skip to content

Solana Tools is a collection of tools and utilities for interacting with the Solana blockchain.

Notifications You must be signed in to change notification settings

MyzTyn/Solana-Tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solana Tools

Solana Tools is a collection of tools and utilities (for now, only two tools published) for interacting with the Solana blockchain.

Tools

Solana Pool Watcher Tool

  • Connects to Solana MainNet via streaming RPC client.
  • Sets up filters to monitor specific liquidity pools based on mint and program IDs.
  • Subscribes to account changes and transactions information about new pools.

Token Price Tracker

  • Fetch and Display the price of a specified token
  • Supports refreshing the token price at regular intervals

Upcoming Tools

Additional tools are planned and will be added in the future. Stay tuned for updates!

Prerequisites

  • .NET SDK 6.0 or later (Only tested on .NET 8.0)
  • A Solana RPC endpoint (MainNet)

Setup

  1. Clone the repository:

    git clone https://github.com/MyzTyn/SolanaTools.git
    cd SolanaTools
  2. Build the project:

Open the SolanaTools.sln and build the project.

Contact

If you want to leave a tip, you can send it to the following address (SOL):

D95T4R4wbaSGUPjKKnnKcs3jnobZXAk4Z5EVrfpWCEcu

About

Solana Tools is a collection of tools and utilities for interacting with the Solana blockchain.

Topics

Resources

Stars

Watchers

Forks

Languages