Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 559 Bytes

seed.rst

File metadata and controls

25 lines (18 loc) · 559 Bytes

Keys from seed

Key generation from seeds follows BIP39/BIP44.

The derivation path used here by default is m/44'/441'/0'/0/n, but you can supply a custom one.

Mnemonic seed

BIP39 mnemonic seed phrases

.. js:autofunction:: privateKeysFromMnemonic
.. js:autofunction:: privateKeyFromMnemonic
.. js:autofunction:: generateMnemonic
.. js:autofunction:: mnemonicToSeed

Raw seed

.. js:autofunction:: privateKeysFromSeed
.. js:autofunction:: privateKeyFromSeed

.. js:autoclass:: Options
   :members: