Skip to content

WebDelve/signet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Signet

Activeledger CLI Signing tool

Usage

Build from source

go build -o ./bin/signet

Generate a keypair

signet -kg -kf mypemfile.pem

Sign a transaction

signet -s -kf mypemfile.pem -tx transaction.json

Your signed transaction will be output to the console, and will be output to a file named transaction_signed.json in the same path as the original.

Note that the original transaction file will not be modified.

Note that the file will have _signed appended to the filename.

About

Activeledger CLI Signing tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages