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

explorer: Better Transaction Details #8

Open
winder opened this issue Jun 12, 2022 · 0 comments
Open

explorer: Better Transaction Details #8

winder opened this issue Jun 12, 2022 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@winder
Copy link
Contributor

winder commented Jun 12, 2022

Better transaction details. The current version prints raw msgpack data of the transaction, this could be more readable. Some ideas:

  • Formatted section for common transaction headers (sender, receiver, fee, type, first-valid, last-valid, signature)
  • Custom formatting for each txn type:
    • pay, asset, app, keyreg, etc
  • Compute the txid
  • Convert the sender / receiver from b64 encoded string to the Algorand formatted address string.
  • Attempt to format the note using known common encodings (i.e. JSON, Text, Base64, Hex Viewer)
@winder winder added good first issue Good for newcomers help wanted Extra attention is needed labels Jun 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant