sol icon indicating copy to clipboard operation
sol copied to clipboard

A command line explorer for the Solana Blockchain.

Results 5 sol issues
Sort by recently updated
recently updated
newest added

- update `rpc_url` arg to be optional and based off of solana cli config

`sol block ` should display block metadata (blockheight, hash, num txs, cus, etc etc), perhaps with an additional `verbose` flag for printing all transactions.

good first issue

There are a few `TODO`s in the code that are essentially unwrapping `Option::None`. Would be great to either get detailed errors on any fields RPC didn't send (rare case), some...

good first issue

Presently, only accounts and logs are shown. There is a scaffolded (empty) table for token transfers to be displayed. Probably best to put between the accounts & logs, as that's...

good first issue

Presently, only accounts and logs are shown. Not sure what the best way is to display instructions, but there is a scaffolded (empty) table for instructions to be displayed. Probably...

good first issue