Python Bitcoinclient: Difference between revisions

From Bitcoin Wiki
Jump to navigation Jump to search
(Created page with "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 d...")
 
m (changed sources)
 
(4 intermediate revisions by 3 users not shown)
Line 8: Line 8:


* [[Original Bitcoin client]]
* [[Original Bitcoin client]]
* [[Spesmilo]]
* [[Electrum]]


==External Links==
==External Links==


* [https://gitorious.org/bitcoinclient Bitcoinclient] project page at gitorious
* [https://gitorious.org/bitcoinclient Bitcoinclient] project page at gitorious
* [https://electrum.org/community.html Electrum]
* [https://github.com/spesmilo/electrum Code on GitHub]


[[Category:User Interfaces]]
[[Category:Open Source]][[Category:GPLv3+]]
[[Category:Open Source]][[Category:GPLv3+]]
[[Category:Clients]]
[[Category:Frontends]]
[[Category:Python]]
[[Category:Python]]

Latest revision as of 01:41, 11 June 2014

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