Skip to content

BIP44 Wallet

Malena López-Batista requested to merge feature/derivation into develop

KotlinTezos now supports BIP44 derivation path. New Wallet is an interface and we support two kinds of deterministic wallets:

  • Sequential or linear deterministic (SDWallet), the old Wallet.
  • Hierarchical deterministic (HDWallet) using BIP44 derivative path. Uses Wallet-core for seed generation and derivation.

CI temporarily unavailable. Tests and checks have been passed locally.

Edited by Malena López-Batista

Merge request reports