Blockchain implementation implemented from the perspective of networking, basically simulating the whole blockchain network(mesh).
Everthing is implemented based on this conversation with grok
- Based on pool Miner
- fullnodes are connected p2p
| Node | TCPPORT | HTTPPORT |
|---|---|---|
| SeedServer | (__) | (8080) |
| Miner | (8081-8083) | (101-103) |
| FullNode | (8084-8086) | (104-106) |
| User | (__) | (107-108) |

