Skip to content

CarmineOptions/stellar-xdr-decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XDR Decoder

Used to convert XDR contract_id into hash and vice versa.

Usage

Build binary

cargo build --release

Copy the binary into your $PATH

cp ./target/release/xdr_decoder /usr/local/bin/

Convert contract id

xdr_decoder hash-xdr <contract_id hash> -> contract_id XDR
xdr_decoder xdr-hash <contract_id XDR> -> contract_id hash

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages