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.