stellar-sign

command
v0.0.0-...-18d85b2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 6, 2023 License: Apache-2.0, Apache-2.0 Imports: 13 Imported by: 0

README

Stellar Sign

This folder contains stellar-sign a simple utility to make it easy to add your signature to a transaction envelope or to verify a transaction signature with a public key.
When run on the terminal it:

  1. Prompts your for a base64-encoded envelope
    • If -verify is used
      • Asks for your public key
      • Outputs if the transaction has a valid signature or not
    • If in signature mode (default)
      • Asks for your private seed
      • Outputs a new envelope with your signature added

Installing

$ go get -u github.com/pownieh/stellar_go/tools/stellar-sign

Running

$ stellar-sign --help
Usage of ./stellar-sign:
  -infile string
    	transaction envelope
  -testnet
    	Sign or verify the transaction using Testnet passphrase instead of Public
  -verify
    	Verify the transaction instead of signing
$ stellar-sign

Documentation

Overview

stellar-sign is a small interactive utility to help you contribute a signature to a transaction envelope or verify a transaction.

It prompts you for a key, public (verify) or private (sign)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL