#explorer #state #solana #cli

app solana-explorer-cli

Solana blockchain CLI state explorere. The best way to explore Solana blockchain state from your terminal.

8 releases

new 0.3.2 Jan 11, 2025
0.3.1 Jan 1, 2025
0.3.0 Dec 29, 2024
0.2.2 Dec 10, 2024
0.1.1 Jun 12, 2024

#316 in Magic Beans

Download history 12/week @ 2024-09-25 22/week @ 2024-10-02 105/week @ 2024-11-27 213/week @ 2024-12-04 118/week @ 2024-12-11 108/week @ 2024-12-25 151/week @ 2025-01-01 130/week @ 2025-01-08

389 downloads per month

MIT license

46KB
646 lines

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>

Dependencies

~75MB
~1.5M SLoC