Skip to content

Commit

Permalink
added Bill's feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
filippoweb3 committed Dec 13, 2023
1 parent 8cb8237 commit 826738f
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion docs/learn/learn-account-advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,19 @@ The Subkey tool and Polkadot Vault App use the following Polkadot Standard Hard
specification
- `//network//0`, `//network//1`, ... as the secondary high-security accounts for `network`

Additionally, users can adopt the following good practice scheme:
For example, the Vault app will generate a new account from a `SEED PHRASE`, and for each network
will create a derived child account from that seed. For the default networks Polkadot, Kusama and
Westend the derivation path will be:

- `SEED PHRASE//polkadot` for Polkadot, with `SEED PHRASE//polkadot//0` as the first secondary
high-security account
- `SEED PHRASE//kusama` for Kusama, with `SEED PHRASE//kusama//0` as the first secondary
high-security account
- `SEED PHRASE//westend` for Westend, with `SEED PHRASE//westend//0` as the first secondary
high-security account

Additionally, although it is not strictly necessary, users can adopt the following good practice
scheme:

- `//network//pub` as the primary high-security public account for `network` (the one the user is
happy to be associated with their "real" ID)
Expand Down

0 comments on commit 826738f

Please sign in to comment.