Haskoin Core is a Bitcoin and Bitcoin Cash library
Go to file
2021-12-13 09:06:38 +00:00
data Adds taproot support (no signing) (#404) 2021-11-23 12:13:39 +00:00
scripts Testnet4 & format (#406) 2021-11-23 12:09:45 +00:00
src Faster Base58 2021-12-13 09:06:38 +00:00
test Adds taproot support (no signing) (#404) 2021-11-23 12:13:39 +00: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 Faster Base58 2021-12-13 09:06:38 +00:00
haskoin-core.cabal Faster Base58 2021-12-13 09:06:38 +00:00
LICENSE License update and package changes 2020-06-12 15:44:11 +01:00
package.yaml Faster Base58 2021-12-13 09:06:38 +00:00
README.md Formatting and linting (#403) 2021-11-03 20:05:01 +00:00
Setup.hs Isolate Haskoin Core 2018-08-09 15:50:29 +01:00
stack.yaml Faster Base58 2021-12-13 09:06:38 +00:00
stack.yaml.lock Faster Base58 2021-12-13 09:06:38 +00: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

Contributing

Please use ormolu (or fourmolu) to format code prior to submission. See scripts/pre-commit.sh for an example pre-commit hook.