xdr-parser
v1.0.8
Published
Parse stellar XDR to JSON
Downloads
3
Readme
xdr-parser
Introduction
XDR Parser is a package that parses the Envelope XDR string made by Stellar XDR package inor a legible and clean json.
Installation
npm i xdr-parser
Usage
import { parse } from 'xdr-parser';
const obj = parse('your-xdr-here');