From 923d2dffeb93c3c71e3507471c4ad3f0723c0bde Mon Sep 17 00:00:00 2001 From: Owen Voke Date: Mon, 17 Jun 2019 19:36:46 +0100 Subject: [PATCH] hsw-cli: add page (#3110) --- pages/common/hsw-cli.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 pages/common/hsw-cli.md diff --git a/pages/common/hsw-cli.md b/pages/common/hsw-cli.md new file mode 100644 index 0000000000..7898f022e2 --- /dev/null +++ b/pages/common/hsw-cli.md @@ -0,0 +1,36 @@ +# hsw-cli + +> The command line REST tool for the Handshake wallet. +> More information: . + +- Unlock the current wallet (timeout in seconds): + +`hsw-cli unlock {{passphrase}} {{timeout}}` + +- Lock the current wallet: + +`hsw-cli lock` + +- View the current wallet's details: + +`hsw-cli get` + +- View the current wallet's balance: + +`hsw-cli balance` + +- View the current wallet's transaction history: + +`hsw-cli history` + +- Send a transaction with the specified coin amount to an address: + +`hsw-cli send {{address}} {{1.05}}` + +- View the current wallet's pending transactions: + +`hsw-cli pending` + +- View details about a transaction: + +`hsw-cli tx {{transaction_hash}}`