Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 673 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 673 Bytes

Avalanche React

An attempt to visualize Avalanche

Only Slush is implemented. Randomness is introduced through arbitrary delays in SlushLoop.

We initialize the app with the following:

  1. pick any two random nodes with initial values of red and blue i.e. start in equilibrium
  2. run avalanche instance, let randomness decide the outcome

You should restart to observe red/blue winning

Run

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.