Skip to content

ChainFront/stellar-tx-signer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stellar XDR Transaction Signer

This repo contains a simple golang program to sign an XDR transaction for the Stellar network.

Building

make clean build

Usage

In order to first generate an XDR encoded transaction you can use the Stellar Laboratory.

Then use this utility to sign the transaction, by running the following:

./stellar-tx-signer --xdr <Base64 Encoded XDR String>

This will prompt you for the seed necessary to sign the transaction.

You can then submit the signed transaction to the Stellar Network here.

About

Standalone client (Golang) to sign an XDR transaction for the Stellar network

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published