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');