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

Create a guide on parsing and traversing through XDR #676

Open
briwylde08 opened this issue Jun 12, 2024 · 1 comment · May be fixed by #1171
Open

Create a guide on parsing and traversing through XDR #676

briwylde08 opened this issue Jun 12, 2024 · 1 comment · May be fixed by #1171
Assignees

Comments

@briwylde08
Copy link
Contributor

Guide could include:

  • A blob of XDR
  • How you would traverse through the structure to get your specific data that Horizon/RPC/Hubble doesn't automagically get for you
  • Please see the Stellar Laboratory to view XDR in stellar lab for quick human readable exploration
@janewang
Copy link
Contributor

This is a great one:

There are a couple of libraries that could convert XDR to JSON and JSON to XDR in JS and Rust
rust: rs-stellar-xdr
JS: https://www.npmjs.com/package/@stellar/stellar-xdr-json-web

The new Lab provides this conversion to and from XDR to JSON XDR <=> JSON.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

4 participants
@janewang @Shaptic @briwylde08 and others