Skip to content

the best way to explore Solana blockchain state from your terminal

Notifications You must be signed in to change notification settings

dmshvetsov/solana-explorer-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solana Explorer CLI

Warning

solana explorer CLI is in development. Your contribution is very welcomed! You can request features in a free form in github issues and check existing feature requests. Check current roadmap

The best way (eventually) to read Solana Blockchain state from your terminal.

Requirements

  • Rust >=1.79

Installation

$ cargo install solana-explorer-cli

Usage

By default this CLI uses Solana mainnet-beta RPC http://api.mainnet-beta.solana.com (with DAS API support). For better experience provide your own RPC URL, preferably with DAS API support

$ export SE_RPC_URL=<your Solana RPC provider URL>

Start exploring accounts

$ se ac <ADDRESS>

same as

$ se account <ADDRESS>

or check transactions

$ se tx <SIGNATURE HASH>

same as

$ se transaction <SIGNATURE HASH>

About

the best way to explore Solana blockchain state from your terminal

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published