Comment on page
Path Params
If the chain is ed25519, it must be fully hardened.e.g m/49'/0/'0'/'0'/'0'
Bitcoin account 1 using BIP44 derivation path
"m/49'/0/'0'"
Bitcoin account 1 using hardended path
[(49 | 0x80000000) >>> 0, (0 | 0x80000000 >>> 0), (0 | 0x80000000) >>> 0]
Bitcoin first address address of account 1 using BIP44 derivation path
"m/49'/0/'0'/0/0"
Bitcoin first address address of account 1 using hardended path
[(49 | 0x80000000) >>> 0, (0 | 0x80000000) >>> 0, (0 | 0x80000000) >>> 0, 0, 0]
Last modified 30d ago