Categorygithub.com/e4coder/hdwallet
modulepackage
0.0.0-20231202172854-50a2609c9fcc
Repository: https://github.com/e4coder/hdwallet.git
Documentation: pkg.go.dev

# README

Ethereum HD-Wallet

Open Source Love

✨️ Features

  • BIP32: Deterministically Recover Keys from a single root_key.
  • BIP39: Generate random Mnemonics. Convert the Mnemonic to a BIP32 root_key
  • BIP85: Deterministically Recover Mnemonics from a single root_mnemonic.

🔧 Usage

coming soon...

# Functions

the purpose of the wallet is to Generate a new masterkey 1.
New creates a new HDWallet given a passphrase.
NewEntropy will create random entropy bytes so long as the requested size bitSize is an appropriate size.
NewFromMnemonic creates a new HDWallet given a mnemonic and a passphrase.
No description provided by the author
NewFromSeed creates a new HDWallet given a seed.
NewMnemonic will return a string consisting of the mnemonic words for the given entropy.
NewMnemonicFromEntropy generates a mnemonic representation of the provided entropy.
No description provided by the author

# Structs

No description provided by the author