A simple rust sandbox using tokio and libp2p. I was curious about how blockchains work and the way they function as whole.
The way peers can connect and mine alongside other peers was something I really wanted to figure out and also the way blockchains adjust during race conditions.
The persistency is simple and written in json format.
Depending on how bored I am, I might try and scale this further to really understand more about blockchains and concurrency. For now, this will be it, but I am enjoying p2p networking.
I will try to finish focalpoint before scaling this further.
If you have any suggestions, feel free to send issues or prs.