Haskoin: Difference between revisions
Jump to navigation
Jump to search
m Add to Category:Haskell |
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] | |||
- [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-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] | |||
[[Category:Nodes]] | [[Category:Nodes]] | ||
[[Category:Haskell]] | [[Category:Haskell]] |
Revision as of 19:55, 10 May 2025
This page is a stub. Help by expanding it.
Some free software libraries and programs written in Haskell for Bitcoin are available under the Haskoin name:
- Haskoin Core library of functions to work with Bitcoin - Haskoin Node library to communicate over the Bitcoin network - Haskoin Store to store and index the Bitcoin block chain - Haskoin Wallet command-line hierarchical-deterministic wallet designed to sign transactions from an offline computer - Haskoin public REST API served by Haskoin Store