Skip to content

iwallet

flybikeGx edited this page Jun 28, 2018 · 1 revision

iwallet instructions

Command Contents Description
help Help about any command using iwallet -h to get further infomation
account Account manage ./iwallet account -c id
balance check balance of specified account ./iwallet balance ~/.ssh/id_secp.pub
block print block info, default find by block number reversed ./iwallet block 0
check check .sc file ./iwallet check ./test/a.test.sc
compile Compile contract files to smart contract ./iwallet compile ./test/a.test.lua
publish sign to a .sc file with .sig files, and publish it ./iwallet publish ./test/a.test.sc ./test/a.test.sig -k ~/.ssh/id_secp
sign Sign to .sc file ./iwallet sign ./test/a.test.sc -k ~/.ssh/id_secp
transaction find transactions ./iwallet transaction -n 2 -p tB4Bc8G7bMEJ3SqFPJtsuXXixbEUDXrYfE5xH4uFmHaV
value check value of a specified key ./iwallet value "iost"
Clone this wiki locally