Python Bitcoinclient

From zaoniao
Revision as of 05:12, 30 June 2019 by Admin (talk | contribs) (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 clien...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

Source

http://bitcoin.it/