From b4ccec2c0df10469c921b4005b1aa59d7f1afa0f Mon Sep 17 00:00:00 2001 From: xiexiangplaton <42728674+xiexiangplaton@users.noreply.github.com> Date: Thu, 21 Mar 2019 12:31:26 +0800 Subject: [PATCH] Update [English]-KeyShard-API.md --- docs/en-us/development/[English]-KeyShard-API.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/en-us/development/[English]-KeyShard-API.md b/docs/en-us/development/[English]-KeyShard-API.md index d37881f..138021c 100644 --- a/docs/en-us/development/[English]-KeyShard-API.md +++ b/docs/en-us/development/[English]-KeyShard-API.md @@ -184,14 +184,14 @@ keyshard.applyTransfer(walletId, toAddress, amount, listener -> { After the minimum number of participants (as configured in the wallet policy) approve the transaction, threshold signing is ready for execution. -## SAMPLE USAGE +## Sample Usage The following file are provided for the keyshard client in the sample folder: - KeyShardDemo.jar before execute the jar, config for libs must be effective -### init wallet: +### Init Wallet: java -jar KeyShardDemo.jar -e {your email} -c {your company} -n {your name} -w {wallet name} @@ -205,7 +205,7 @@ Returns: - The id of wallet -### join wallet +### Join Wallet java -jar KeyShardDemo.jar -i {walletId} @@ -215,7 +215,7 @@ Parameters: Returns: - the wallet address -### Wallet transfer +### Wallet Transfer java -jar KeyShardDemo.jar -i {walletId} -t {recipientAddress} -v {transfer amount} Parameters: