Python Bitcoinclient

From Bitcoin Wiki
Revision as of 00:14, 12 June 2011 by Luke-jr (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

A Python client for bitcoind’s JSON-RPC interface.

This is free software licensed unter the terms of the GNU General Public License version 3 or later (GPLv3+).

This client does not require any external dependencies, it uses the httplib and json modules from the Python standard library.

See Also

External Links