/xdr-parser

XDR Parser is a package that parses the Envelope XDR string made by Stellar XDR package into a legible and clean JSON.

Primary LanguageJavaScript

xdr-parser

Introduction

XDR Parser is a package that parses the Envelope XDR string made by Stellar XDR package into a legible and clean JSON.

Installation

npm i xdr-parser

Usage

import { parse } from 'xdr-parser';

const obj = parse('your-xdr-here');