Closed
Description
The word seed
is used for different things which leads to confusion for new users:
- The entropy that is passed to
mnemonic-new
is calledseed
. - It is used for the value that is more commonly called seed, e.g. derived via
mnemonic-to-seed
which might get a password and thus is not the same as the seed above.
I propose to adjust the documentation for the former and call the input to mnemonic-new
not SEED
but entropy
.