Skip to content

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

Notifications You must be signed in to change notification settings

rabetofficial/xdr-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published