Skip to content

Commit

Permalink
[DOC] Add wallet_add_private_keys cmd documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien-zinger committed Nov 4, 2021
1 parent 79284b3 commit fe3feb1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/wallet.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,18 @@ cargo run
It loads the wallet file `wallet.dat`. If it does not exist, it is
created.

Now generate a new private key (and associated public key/address):
Now you can either generate a new private key (and associated public key/address):

```plain
wallet_generate_private_key
```

or add manually an existing private key:

```plain
wallet_add_private_keys <your_private_key>
```

The list of addresses and keys of your wallet can be accessed with:

```plain
Expand Down

0 comments on commit fe3feb1

Please sign in to comment.