- https://docs.avax.network/overview/getting-started/avalanche-consensus
- https://github.com/ava-labs/mastering-avalanche/blob/main/chapter_09.md
go build main.go
then
./avalanche-consensus-simulator
- Implement simple P2P network
- Implement Snowball Consensus Algorithm
- Implement Vertex
- Implement DAGs
- Add more testcases