Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feat] transaction inspector / explorer #24

Closed
nickfrosty opened this issue Jan 16, 2025 · 3 comments
Closed

[feat] transaction inspector / explorer #24

nickfrosty opened this issue Jan 16, 2025 · 3 comments
Labels
enhancement New feature or request

Comments

@nickfrosty
Copy link
Member

add a transaction inspector in the command line, with a goal of feature parity of the Solana Explorer Inspector

be able to inspect:

  • transaction via a signature (on any cluster, ideally with cluster detection)
  • transaction via base64 encoded string (eventually even simulate it)
  • accounts - eventually be able to parse the account data based on an idl
@nickfrosty nickfrosty added the enhancement New feature or request label Jan 16, 2025
@hkey0
Copy link

hkey0 commented Jan 19, 2025

hello Nick! it would be really great if we could parse the transaction data based on an idl

@nickfrosty
Copy link
Member Author

@hkey0 absolutely! it is planned in the list of improvments for the (very) recently added inspect command
#35

@nickfrosty
Copy link
Member Author

This was completed in #30

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants