Skip to content
Snippets Groups Projects
Commit bf6f5d70 authored by Nicolas80's avatar Nicolas80
Browse files

* Small changes in doc

parent 8d3cbb70
No related branches found
No related tags found
1 merge request!41Adding db persistence for all SecretFormat of vault keys as well as supporting derivations
Pipeline #39886 failed
...@@ -38,7 +38,12 @@ gcli account transfer 1 5Fxune7f71ZbpP2FoY3mhYcmM596Erhv1gRue4nsPwkxMR4n ...@@ -38,7 +38,12 @@ gcli account transfer 1 5Fxune7f71ZbpP2FoY3mhYcmM596Erhv1gRue4nsPwkxMR4n
but in general usage, you want to store your secret in the local vault. but in general usage, you want to store your secret in the local vault.
Here is an example adding a base _substrate_ account, adding a derivation on it, selecting that derivation Address and making a transfer from it Here is an example that:
* adds a base _substrate_ account
* adds a derivation on it
* lists all available Addresses in the vault
* selects that derivation Address
* makes a transfer from selected Address
```sh ```sh
# add a new secret to the vault using substrate uri # add a new secret to the vault using substrate uri
...@@ -191,7 +196,7 @@ gcli vault --help ...@@ -191,7 +196,7 @@ gcli vault --help
# -h, --help Print help # -h, --help Print help
``` ```
And some commands have a more detailed description when requesting `--help` from them. And some commands have a more detailed description when requesting `--help` from them:
```sh ```sh
gcli vault derive --help gcli vault derive --help
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment