Difference between revisions of "Protocoin"

From Bitcoin Wiki
Jump to: navigation, search
(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...")
 
m (Add to Python category, add {{stub}})
 
Line 1: Line 1:
 +
{{stub}}
 
From its [http://protocoin.readthedocs.org/en/v0.1/ documentation]:
 
From its [http://protocoin.readthedocs.org/en/v0.1/ documentation]:
  
Line 9: Line 10:
 
[[Category:Stubs]]
 
[[Category:Stubs]]
 
[[Category:Software]]
 
[[Category:Software]]
 +
[[Category:Python]]

Latest revision as of 02:53, 29 March 2014

Hashbtc.jpgThis page is a stub. Help by expanding it. 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.