Remittance

./sg wallet send -t

-a --amount string amount

-h --help help for send

-p --peer string peer to get balance (default "localhost:9001")

-t --toaddress string to address

  • example 867b8991f4f2eb94398d4647f5dc57b30f8cb36acdf wallet 100 in the network of local hosts To transfer the coin, I run cli as below.

./sg wallet send -p localhost:9001 -a 100 -t 867b8991f4f2eb94398d4647f5ddc57b30f8cb

Last updated