xdr-parser

Parse stellar XDR to JSON

Usage no npm install needed!

<script type="module">
  import xdrParser from 'https://cdn.skypack.dev/xdr-parser';
</script>

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