@hackage bitcoin-keys0.1
Bitcoin keys
Categories
License
Apache-2.0
Maintainer
renλren.zone
Links
- Homepage
- Documentation
- No source repository
- Changelog
- Security
Versions
- 0.1 Sun, 21 Jun 2020
Installation
Tested Compilers
Dependencies (4)
- base >=4 && <5
- bytestring
- ghcjs-base
- secp256k1-haskell Show all…
Dependents (3)
@hackage/slip32, @hackage/bip32, @hackage/bitcoin-address
bitcoin-keys
Bitcoin keys.
This library builds on GHC and GHCJS.
Developing in GHCJS
-
cabal --ghcjs buildwill build the Haskellbitcoin-keyslibrary 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.