Haskoin Core is a Bitcoin and Bitcoin Cash library
Go to file
Philippe Laprade 0f95b52551
Add better JSON instances and cleanup some code (#384)
* Add better JSON instances and cleanup some code

* Add a changelog entry for 0.13.5

* Give me my fast JSON back

Co-authored-by: Jean-Pierre Rupp <jprupp@protonmail.ch>
2020-05-16 14:53:43 +01:00
data Remove non-strict signatures and script evaluator 2018-09-01 13:08:56 +01:00
src Add better JSON instances and cleanup some code (#384) 2020-05-16 14:53:43 +01:00
test Add better JSON instances and cleanup some code (#384) 2020-05-16 14:53:43 +01:00
.gitignore Support for Bitcoin Cash May 2020 hard fork 2020-05-14 19:35:04 +01:00
.hindent.yaml Address conversion to string now defined for all inputs 2019-04-12 14:25:48 +01:00
CHANGELOG.md Add better JSON instances and cleanup some code (#384) 2020-05-16 14:53:43 +01:00
haskoin-core.cabal Add better JSON instances and cleanup some code (#384) 2020-05-16 14:53:43 +01:00
package.yaml Add better JSON instances and cleanup some code (#384) 2020-05-16 14:53:43 +01:00
README.md Add support for spending SegWit transactions (#383) 2020-02-21 11:52:58 +00:00
Setup.hs Isolate Haskoin Core 2018-08-09 15:50:29 +01:00
stack.yaml Update packages and get ready for release 2020-05-06 11:40:43 +01:00
stack.yaml.lock Update packages and get ready for release 2020-05-06 11:40:43 +01:00
UNLICENSE Isolate Haskoin Core 2018-08-09 15:50:29 +01:00

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