Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 261 Bytes

README.MD

File metadata and controls

7 lines (4 loc) · 261 Bytes

My implementation for Proof of Work consensus with Sharding technique.

The longest-chain-rule and forks handler are not implemented.

For testing: docker-compose build & docker-compose up

You can check docker-compose.yaml and server.py for APIs specification.