@hackage bitcoin-hash0.1
Bitcoin hash primitives
Categories
License
Apache-2.0
Maintainer
renλren.zone
Links
- Homepage
- Documentation
- No source repository
- Changelog
- Security
Versions
- 0.1 Fri, 19 Jun 2020
Installation
Tested Compilers
Dependencies (5)
- base >=4 && <5
- bytestring
- cryptonite
- ghcjs-base
- memory Show all…
Dependents (2)
@hackage/bip32, @hackage/bitcoin-address
bitcoin-hash
Bitcoin hashing primitives.
This library builds on GHC and GHCJS.
Developing in GHCJS
-
cabal --ghcjs buildwill build the Haskellbitcoin-hashlibrary 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.