Description
Bitcoin keys.
Description
Bitcoin keys.
This library builds in GHC and GHCJS.
README.md
bitcoin-keys
Bitcoin keys.
This library builds on GHC and GHCJS.
Developing in GHCJS
cabal --ghcjs build
will build the Haskellbitcoin-keys
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.