haskoin-core: Bitcoin & Bitcoin Cash library for Haskell

[ bitcoin, finance, library, mit, network, public-domain ] [ Propose Tags ]
Versions [RSS] 0.2.0, 0.3.0, 0.3.1, 0.4.0, 0.4.1, 0.4.2, 0.5.0, 0.5.1, 0.5.2, 0.6.0, 0.6.1, 0.7.0, 0.8.0, 0.8.1, 0.8.2, 0.8.3, 0.8.4, 0.9.0, 0.9.1, 0.9.2, 0.9.3, 0.9.4, 0.9.5, 0.9.6, 0.9.7, 0.9.8, 0.10.0, 0.10.1, 0.12.0, 0.13.0, 0.13.1, 0.13.2, 0.13.3, 0.13.4, 0.13.5, 0.13.6, 0.14.0, 0.14.1, 0.15.0, 0.17.0, 0.17.1, 0.17.2, 0.17.3, 0.17.4, 0.17.5, 0.17.6, 0.18.0, 0.19.0, 0.20.0, 0.20.1, 0.20.2, 0.20.3, 0.20.4, 0.20.5, 0.21.0, 0.21.1, 0.21.2, 0.22.0, 1.0.0, 1.0.1, 1.0.2, 1.0.4, 1.1.0
Change log CHANGELOG.md
Dependencies aeson (>=1.4.6.0), array (>=0.5.4.0), base (>=4.9 && <5), base16 (>=1.0), binary (>=0.8.8), bytes (>=0.17), bytestring (>=0.10.10.0), cereal (>=0.5.8), conduit (>=1.3.1.2), containers (>=0.6.2.1), cryptonite (>=0.26), data-default (>=0.7.1.1), deepseq (>=1.4.4.0), entropy (>=0.4.1.5), hashable (>=1.3.0.0), hspec (>=2.7.1), memory (>=0.15.0), mtl (>=2.2.2), murmur3 (>=1.0.3), network (>=3.1.1.1), QuickCheck (>=2.13.2), safe (>=0.3.18), scientific (>=0.3.6.2), secp256k1-haskell (>=1.2.0), split (>=0.2.3.3), string-conversions (>=0.4.0.1), text (>=1.2.3.0), time (>=1.9.3), transformers (>=0.5.6.2), unordered-containers (>=0.2.10.0), vector (>=0.12.1.2) [details]
License MIT
Author Philippe Laprade, Jean-Pierre Rupp, Matthew Wraith
Maintainer jprupp@protonmail.ch
Category Bitcoin, Finance, Network
Home page http://github.com/haskoin/haskoin-core#readme
Bug tracker http://github.com/haskoin/haskoin-core/issues
Source repo head: git clone git://github.com/haskoin/haskoin-core.git
Uploaded by jprupp at 2024-03-14T12:41:16Z
Distributions LTSHaskell:1.0.4, NixOS:1.0.2
Reverse Dependencies 14 direct, 1 indirect [details]
Downloads 24815 total (98 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user [build log]
All reported builds failed as of 2024-03-14 [all 1 reports]

Readme for haskoin-core-1.1.0

[back to package description]

Haskoin Core

Haskoin Core is a library of Bitcoin and Bitcoin Cash functions written in Haskell featuring:

  • Hashing functions (SHA-256, RIPEMD-160)
  • Base58 support
  • CashAddr support
  • Bech32 suport
  • BIP32 extended key derivation and parsing (m/1'/2/3)
  • BIP39 mnemonic keys
  • ECDSA secp256k1 cryptographic primitives
  • Script parsing
  • Building and signing of standard transactions (regular, multisig, p2sh, segwit)
  • Parsing and manipulation of all Bitcoin and Bitcoin Cash protocol messages
  • Bloom filters and partial merkle trees (used in SPV wallets)
  • Comprehensive test suite

Contributing

All code is formatted with Ormolu. Convenience formatting script available at scripts/format