5 releases
new 0.2.2 | Dec 10, 2024 |
---|---|
0.2.1 | Dec 8, 2024 |
0.2.0 | Dec 1, 2024 |
0.1.1 | Jun 12, 2024 |
0.1.0 | Jun 12, 2024 |
#468 in Magic Beans
438 downloads per month
39KB
290 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
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
. 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>
Dependencies
~81MB
~1.5M SLoC