Description
Bitcoin hash primitives.
Description
Bitcoin hash primitives.
This library builds in GHC and GHCJS.
README.md
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.