Skip to content

mimirblockchainsolutions/signing_cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Offline signing utility

This tool can be used to build and sign transactions offline to be sent to a network, or with a node running in the background to send from the command line, or send to a remote node. You can generate a key to use or use a json wallet from Parity.

Usage

cargo run keygen

cargo run test

cargo run decrypt <keyfile> <password>

If you have a node running, the program will try and infer nonce, gasprice, and gaslimit.

cargo run transaction <keyfile> <password> <to> [<nonce> <value> <calldata> <gasprice> <gaslimit>]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages