Crates.io | solana-explorer-cli |
lib.rs | solana-explorer-cli |
version | 0.2.2 |
source | src |
created_at | 2024-06-12 17:07:32.374685 |
updated_at | 2024-12-10 19:59:21.200127 |
description | Command line interface to explorer solana blockchain state |
homepage | https://github.com/dmshvetsov/solana-explorer-cli |
repository | https://github.com/dmshvetsov/solana-explorer-cli |
max_upload_size | |
id | 1269796 |
size | 149,765 |
:> [!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
Read Solana Blockchain state from your terminal.
>=1.79
$ cargo install solana-explorer-cli
By default this CLI uses Solana mainnet-beta RPC http://api.mainnet-beta.solana.com
. For better experience provide your own RPC URL, preferably with DAS API support
$ export SE_RPC_URL=<your Solana RPC provider URL>
Start exploring
$ se account <ADDRESS>
$ se transaction <SIGNATURE HASH>