Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/en-us/development/[English]-KeyShard-API.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand All @@ -205,7 +205,7 @@ Returns:

- The id of wallet

### join wallet
### Join Wallet

java -jar KeyShardDemo.jar -i {walletId}

Expand All @@ -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:
Expand Down