Haskoin: Difference between revisions

From Bitcoin Wiki
Jump to navigation Jump to search
Rupp (talk | contribs)
No edit summary
Rupp (talk | contribs)
No edit summary
 
Line 1: Line 1:
{{stub}}
{{stub}}
Some free software libraries and programs written in Haskell for Bitcoin are available under the Haskoin name:


- [https://github.com/jprupp/haskoin-core Haskoin Core library of functions to work with Bitcoin]
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-node Haskoin Node library to communicate over the Bitcoin network]
 
- [https://github.com/jprupp/haskoin-store Haskoin Store to store and index the Bitcoin block chain]
[https://github.com/jprupp/haskoin-core Haskoin Core] library of functions and data types.
- [https://github.com/jprupp/haskoin-wallet Haskoin Wallet command-line hierarchical-deterministic wallet designed to sign transactions from an offline computer]
 
- [https://api.haskoin.com/ Haskoin public REST API served by Haskoin Store]
[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]]
[[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.