Protocoin

From Bitcoin Wiki
Revision as of 02:45, 29 March 2014 by Iwilcox (talk | contribs) (Created page with "From its [http://protocoin.readthedocs.org/en/v0.1/ documentation]: "Protocoin is pure Python implementation of the Bitcoin protocol parsing and networking. Protocoin doesn...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

From its documentation:

"Protocoin is pure Python implementation of the Bitcoin protocol parsing and networking. Protocoin doesn’t implement the protocol rules, only the serialization/deserialization procedures and also basic clients to interact with the Bitcoin P2P network.

Protocoin is intended to be used to build clients that will collect statistics of the network, but you can also use it to implement a full Bitcoin client."

Sources are on GitHub.