Skip to content

A proof of conept python implementation of a blockchain utlizing the PBFT consensus algorithm for IoT configuration updating

Notifications You must be signed in to change notification settings

zhanglong3211/blockchain-IoT-PoC

 
 

Repository files navigation

blockchain-IoT-PoC

A proof of concept python implementation of a blockchain utlizing the PBFT consensus algorithm. This specific implementation was designed for IoT configuration updating.

Running locally

Before running the containers locally, change the 'localIP' variable in manageChain.py to your local IP address. Then, simply run "docker-compose up"

This is just a proof on concept. It is not indended to be used in an actual deployment.

About

A proof of conept python implementation of a blockchain utlizing the PBFT consensus algorithm for IoT configuration updating

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.6%
  • Dockerfile 3.4%