Crate saitocli[−][src]
Expand description
Saito Command Line Wallet Interface
A binary for interacting with your node’s wallet and the Saito blockchain.
Usage
saitocli help [subcommand]
Available subcommands
prints keys from wallet
tx
create a sign a transaction
create_tx
create vip tx for modelling test network only
Example
saitocli tx --amount 1 --to gYsu1fVHjP6Z8CHCzti9K9xb5JPqpEL7zi7arvLiVANm --filename tx.out
or
saitocli tx -a 1 -t gYsu1fVHjP6Z8CHCzti9K9xb5JPqpEL7zi7arvLiVANm
Dev
To run from source:
cargo run --bin saitocli -- tx --amount 1 --to gYsu1fVHjP6Z8CHCzti9K9xb5JPqpEL7zi7arvLiVANm --filename tx.out
or
cargo run --bin saitocli -- tx -a 1 -t gYsu1fVHjP6Z8CHCzti9K9xb5JPqpEL7zi7arvLiVANm -f tx.out
or
cargo run --bin saitocli -- print --keyfile test/testwallet --password asdf
or
cargo run --bin saitocli -- block --filename 0000017bdd95d7d7-22bf9b0495da48e917180871c4498139a0a320e8f31dd8a94181a82e69ca6ce4.sai
or
cargo run --bin saitocli -- blocks
or
cargo run --bin saitocli -- create_tx -a 1 -t gYsu1fVHjP6Z8CHCzti9K9xb5JPqpEL7zi7arvLiVANm --keyfile test/testwallet --password asdf -o 0 -f data/test/out1.tx