Author

Topic: Protocoin - a pure Python Bitcoin protocol implementation (Read 639 times)

newbie
Activity: 5
Merit: 0
This is the first release, so there is a long road ahead but the hard work was already implemented, which is the serialization/deserialization design to support all Bitcoin protocol details. You can implement a full Bitcoin client if you want or even a simple app to collect statistics from the network, to plot network graphs between nodes, to do studies on the P2P network like: how is a block replicated in the network, how is a transaction replicated, how many time takes to a transaction going from a node to another node, etc, there are a lot of things you can do with it and there are some of these that are in my roadmap to develop too. Thanks for the interest.
sr. member
Activity: 294
Merit: 250
Interesting. Looks to be a nice, well documented codebase. Nice work.

What kinds of applications do you see being built with this framework?
newbie
Activity: 5
Merit: 0
Just release Protocoin [1], a pure Python Bitcoin protocol implementation.

[1] http://protocoin.readthedocs.org/

Thanks !
Jump to: