Haskoin: Difference between revisions

From Bitcoin Wiki
Jump to navigation Jump to search
Iwilcox (talk | contribs)
Created page with "Haskoin is a Haskell implementation aiming for full-node features, by Philippe Laprade, available [https://github.com/plaprade/haskoin on github]. Category:Nodes"
 
Rupp (talk | contribs)
No edit summary
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Haskoin is a Haskell implementation aiming for full-node features, by Philippe Laprade, available [https://github.com/plaprade/haskoin on github].
{{stub}}
 
Some free software libraries and programs written in Haskell to interact with the Bitcoin network are available under the Haskoin name.
 
[https://github.com/jprupp/haskoin-core Haskoin Core] library of functions and data types.
 
[https://github.com/jprupp/haskoin-node Haskoin Node] supplemental library implementing network functionality.
 
[https://github.com/jprupp/haskoin-store Haskoin Store] library and server app exposing block chain data via REST API.
 
[https://github.com/jprupp/haskoin-wallet Haskoin Wallet] command-line hierarchical-deterministic wallet with offline features.
 
[https://api.haskoin.com/ Haskoin API] available for public use.
   
   
[[Category:Nodes]]
[[Category:Nodes]]
[[Category:Haskell]]

Latest revision as of 20:03, 10 May 2025

This page is a stub. Help by expanding it.

Some free software libraries and programs written in Haskell to interact with the Bitcoin network are available under the Haskoin name.

Haskoin Core library of functions and data types.

Haskoin Node supplemental library implementing network functionality.

Haskoin Store library and server app exposing block chain data via REST API.

Haskoin Wallet command-line hierarchical-deterministic wallet with offline features.

Haskoin API available for public use.