Skip to content

Commit

Permalink
Merge branch '55-doc-add-private-keys' into 'dev'
Browse files Browse the repository at this point in the history
Resolve "Add wallet_add_keys command in tutorial"

Closes #55

See merge request massalabs/massa!407
  • Loading branch information
damip committed Nov 4, 2021
2 parents b75f529 + fe3feb1 commit 03ef4a9
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 03ef4a9

Please sign in to comment.