Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.
/ bitmark-wallet Public archive

Use Bitcoin or Litecoin to pay for bitmark transfers

License

Notifications You must be signed in to change notification settings

bitmark-inc/bitmark-wallet

Repository files navigation

Bitmark Wallet

This a implementation of Hierarchical Deterministic wallet according to BIP32. It currently supports bitcoin and litecoin.

Prerequisite

  • go 1.8+

Examples

seed := "fded5e8970380eef15f742348d28511111366ae6a55188402b16c69922006fe6"
walletData := "wallet.dat"
w := wallet.New(seed, walletData)
coinAccount, err = w.CoinAccount(wallet.BTC, wallet.Test(test), 0)
if err != nil {
    log.Fatal(err)
}
addr, err := coinAccount.NewExternalAddr()
fmt.Println(err)

About

Use Bitcoin or Litecoin to pay for bitmark transfers

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •