How to use hd-wallet - 2 common examples

To help you get started, we’ve selected a few hd-wallet examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github go-faast / faast-web / src / services / Bitcore.ts View on Github external
constructor(config: NetworkConfig) {
    super(config.bitcoreUrls, socketWorkerFactory)
    this.assetSymbol = config.symbol
    this.network = config
    this.discovery = new WorkerDiscovery(discoveryWorkerFactory, new XpubWorker(), xpubWasmFilePromise, this)
  }
github go-faast / faast-web / src / services / Bitcore.ts View on Github external
constructor(public assetSymbol: string, bitcoreUrls: string[]) {
    super(bitcoreUrls, socketWorkerFactory)
    this.network = coininfo(assetSymbol).toBitcoinJS()
    this.discovery = new WorkerDiscovery(discoveryWorkerFactory, xpubWorker, xpubWasmFilePromise, this)
  }

hd-wallet

Data structures and algorithms for Bitcoin HD wallet.

LGPL-3.0
Latest version published 3 years ago

Package Health Score

45 / 100
Full package analysis

Popular hd-wallet functions

Similar packages