An attempt to visualize Avalanche
Only Slush is implemented. Randomness is introduced through arbitrary delays in SlushLoop.
We initialize the app with the following:
- pick any two random nodes with initial values of
redandbluei.e. start in equilibrium - run avalanche instance, let randomness decide the outcome
You should restart to observe red/blue winning
Make sure to install dependencies via npm start
Use npm start to run the app in the development mode.
Open http://localhost:3000 to view it in the browser.