LabChain

LabChain is a complete blockchain-based framework, with P2P networking, a consensus mechanism and a wallet interface. The goal of the project is to provide a framework that is easy to experiment and modify, for people who need to develop proof-of-concepts based on the blockchain technology.

The framework is completely written in Python to make the code as user-friendly as possible, so you don’t have to be a blockchain hacker to start experimenting with it.

LabChain is also a great learning tool for cryptocurrency courses for its flexibility of replacing “modules” of the framework (e.g. the consensus protocol) in an easy way, due to its modular design, where there are no dependencies among the modules.

Start experimenting with it today and let us know of any cool projects you build with it!

Read the official documentation

or

Download LabChain