@hackage / bip32

BIP-0032: Hierarchical Deterministic Wallets for Bitcoin and other cryptocurrencies

Latest0.2

About

Metadata

  • Last updated , by RenzoCarbonara
  • License Apache-2.0
  • Categories Cryptography
  • Maintained by: k0001

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 8.8.3
  2. 8.6.5

Readme

bip32

Haskell implementation of the BIP-0032 standard: Hierarchical Deterministic Wallets, for Bitcoin and other cryptocurrencies.

Based on the specification at BIP-0032.

This library builds on GHC and GHCJS.

Developing in GHCJS

  • cabal --ghcjs build will build the Haskell bip32 library with the JavaScript dependencies already compiled at js/index.compiled.js.

  • If the js/index.js file changes, run npx webpack to regenerate js/index.compiled.js and commit both files to the repository.

  • If the package.json file changes, run npm install -D to get new JS dependencies, and then run npx webpack as above.