Pinkcoin experimental full node implementation in Python.
The main goal of the project is to create tools to test, prototype and experiment with new consensus mechanisms in easy and fast way. The main and official next version of Pinkcoin full node will be based on Bitcoin code and is located in PinkNext repository.
- Pinkcoin node messaging protocol.
- Secure messaging protocol implementation
- Refactoring
- Writing tests
- Paralelisation of concurent connections
- Saving downloaded data (blockchian) in a database
- Consensus mechanism implementation
- ...
Initial inspiration and code based on: https://github.com/perone/protocoin
How to run:
py.test tests