Title: Seele HD Wallet Specification
Author: Tinoma
Created: 2020-01-15
PURPOSE
For compatibility between HD (Hierarchical Deterministic) Wallets that follows the BIP44 schema, this document aims to specify the rules of address discovery for supporting Seele.
SCHEME
Specification:
Field
Value
Comments
purpose
44'
BIP44 purpose.
coin_type
456'
account
0'
Assume first account.
change
0
Assume external chain.
address_index
x
Find the first address encountered in each shard. Four addresses in total.
Example:
{
mnemonic: "hurdle broccoli blast rug mixed expire soldier able maze heavy jeans equip"
}
// According to the specification above,
// among the addresses discovered as shown below:
// address[1] is chosen for shard 1
// address[3] is chosen for shard 2
// address[2] is chosen for shard 3
// address[0] is chosen for shard 4