BIP-0032: Hierarchical Deterministic Wallets for Bitcoin and other cryptocurrencies.
BIP-0032: Hierarchical Deterministic Wallets for Bitcoin and other cryptocurrencies
This library builds in GHC and GHCJS.
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 Haskellbip32
library with the JavaScript dependencies already compiled atjs/index.compiled.js
.If the
js/index.js
file changes, runnpx webpack
to regeneratejs/index.compiled.js
and commit both files to the repository.If the
package.json
file changes, runnpm install -D
to get new JS dependencies, and then runnpx webpack
as above.