Difference between revisions of "Python Bitcoinclient"

From Bitcoin Wiki
Jump to: navigation, search
(added electrum links)
Line 9: Line 9:
 
* [[Original Bitcoin client]]
 
* [[Original Bitcoin client]]
 
* [[Spesmilo]]
 
* [[Spesmilo]]
 +
* [[Electrum]]
  
 
==External Links==
 
==External Links==
  
 
* [https://gitorious.org/bitcoinclient Bitcoinclient] project page at gitorious
 
* [https://gitorious.org/bitcoinclient Bitcoinclient] project page at gitorious
 +
* [http://ecdsa.org/electrum/ Electrum]
 +
* [https://gitorious.org/electrum Electrum code on gitorius]
  
 
[[Category:User Interfaces]]
 
[[Category:User Interfaces]]

Revision as of 22:59, 6 June 2012

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