Skip to content

kanguki/snowball

Repository files navigation

Snowball

My implementation for avalanche or snowball consensus following this blog (or this whitepaper)

Demo

1668951048951

UI

UI for this repo is snowball-ui, just open the index.html file on browser

How to run

docker-compose build
docker-compose --compatibility up

Dev note

Change the cluster configuration in docker-compose.yml file for your reference :)

If replicas is big, B, timeout_loop, timeout_query should be increased, i.e. change these parameters: -K=7 -A=4 -B=50 -timeout_loop=60 -timeout_query=5

About

simple snowball consensus implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published