sol
sol copied to clipboard
A command line explorer for the Solana Blockchain.
- 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.
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...
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...
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...