| CARVIEW |
Select Language
HTTP/1.1 200 OK
Connection: keep-alive
Server: nginx/1.24.0 (Ubuntu)
Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=300
Content-Encoding: gzip
Via: 1.1 varnish, 1.1 varnish
Accept-Ranges: bytes
Age: 0
Date: Sat, 17 Jan 2026 00:11:36 GMT
X-Served-By: cache-dfw-ktki8620094-DFW, cache-bom-vanm7210047-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768608696.962683,VS0,VE419
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
haskoin-core: Bitcoin & Bitcoin Cash library for Haskell
haskoin-core: Bitcoin & Bitcoin Cash library for Haskell
[ bitcoin, finance, library, mit, network, public-domain ]
[ Propose Tags ]
[ Report a vulnerability ]
Modules
[Index] [Quick Jump]
Downloads
- haskoin-core-1.2.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
| 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, 1.2.1, 1.2.2 |
|---|---|
| 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), crypton (>=1.0.0), 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 | JP Rupp |
| Maintainer | jprupp@protonmail.ch |
| Uploaded | by jprupp at 2025-05-09T10:34:34Z |
| Category | Bitcoin, Finance, Network |
| Home page | https://github.com/jprupp/haskoin-core#readme |
| Bug tracker | https://github.com/jprupp/haskoin-core/issues |
| Source repo | head: git clone git://github.com/jprupp/haskoin-core.git |
| Distributions | LTSHaskell:1.2.2, NixOS:1.2.2, Stackage:1.2.2 |
| Reverse Dependencies | 15 direct, 2 indirect [details] |
| Downloads | 28121 total (312 in the last 30 days) |
| Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
| Your Rating |
|
| Status | Docs uploaded by user Build status unknown [no reports yet] |
Readme for haskoin-core-1.2.2
[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