Haskoin Core is a Bitcoin and Bitcoin Cash library
Go to file
2018-09-01 13:17:58 +01:00
data Remove non-strict signatures and script evaluator 2018-09-01 13:08:56 +01:00
src/Network/Haskoin Remove non-strict signatures and script evaluator 2018-09-01 13:08:56 +01:00
test Remove non-strict signatures and script evaluator 2018-09-01 13:08:56 +01:00
.gitignore Support Bitcoin Cash and other changes (#355) 2018-08-15 20:24:01 +01:00
CHANGELOG.md Remove non-strict signatures and script evaluator 2018-09-01 13:08:56 +01:00
haskoin-core.cabal Remove non-strict signatures and script evaluator 2018-09-01 13:08:56 +01:00
package.yaml Add documentation and remove dead code 2018-08-30 21:56:10 +01:00
README.md Remove non-strict signatures and script evaluator 2018-09-01 13:08:56 +01:00
Setup.hs Isolate Haskoin Core 2018-08-09 15:50:29 +01:00
stack.yaml Depend on Hackage's secp256k1 2018-09-01 13:17:58 +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)
  • Parsing and manipulation of all Bitcoin and Bitcoin Cash protocol messages
  • Bloom filters and partial merkle trees (used in SPV wallets)
  • Comprehensive test suite