Author

Topic: Haskell interface to Bitcoin RPC (Read 2724 times)

vip
Activity: 447
Merit: 258
January 13, 2012, 03:01:58 PM
#2
The latest version (v0.15) fixes a bug in the conversion from Bitcoin RPC's floating point numbers to the module's internal fixed point calculations.  I recommend upgrading.
vip
Activity: 447
Merit: 258
November 11, 2011, 05:18:55 PM
#1
I've created a Haskell module for interfacing with Bitcoin's JSON RPC.  You can find Network.Bitcoin on Hackage.  That page links to the source at GitHub.  Hackage hasn't generated the module's documentation yet, but it should appear within the next 24 hours.

Some of the most commonly used RPC methods have convenient wrappers.  For all others, you have to use a lower level function.  The Hackage page gives some brief sample code.  If you want more, just ask.

You can post bugs here or on the GitHub issue tracker.
Jump to: