bitcoin-keys: Bitcoin keys

[ apache, cryptography, library ] [ Propose Tags ]

Bitcoin keys.

This library builds in GHC and GHCJS.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1
Change log CHANGELOG.md
Dependencies base (>=4 && <5), bytestring, ghcjs-base, secp256k1-haskell [details]
License Apache-2.0
Copyright Copyright (c) Renzo Carbonara 2020
Author Renzo Carbonara
Maintainer renλren.zone
Category Cryptography
Home page https://gitlab.com/k0001/hs-bitcoin-keys
Bug tracker https://gitlab.com/k0001/hs-bitcoin-keys/issues
Uploaded by RenzoCarbonara at 2020-06-21T17:12:33Z
Distributions
Reverse Dependencies 3 direct, 0 indirect [details]
Downloads 262 total (6 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for bitcoin-keys-0.1

[back to package description]

bitcoin-keys

Bitcoin keys.

This library builds on GHC and GHCJS.

Developing in GHCJS

  • cabal --ghcjs build will build the Haskell bitcoin-keys library with the JavaScript dependencies already compiled at js/index.compiled.js.

  • If the js/index.js file changes, run npx webpack to regenerate js/index.compiled.js and commit both files to the repository.

  • If the package.json file changes, run npm install -D to get new JS dependencies, and then run npx webpack as above.