@hackage bip320.2
BIP-0032: Hierarchical Deterministic Wallets for Bitcoin and other cryptocurrencies
Categories
License
Apache-2.0
Maintainer
k0001
Links
- Homepage
- Documentation
- No source repository
- Changelog
- Security
Versions
Installation
Tested Compilers
Dependencies (6)
Dependents (1)
@hackage/slip32
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 buildwill build the Haskellbip32library with the JavaScript dependencies already compiled atjs/index.compiled.js. -
If the
js/index.jsfile changes, runnpx webpackto regeneratejs/index.compiled.jsand commit both files to the repository. -
If the
package.jsonfile changes, runnpm install -Dto get new JS dependencies, and then runnpx webpackas above.