/snowball-app

Yield optimizer for Avalanche

Primary LanguageJavaScriptMIT LicenseMIT

Snowball ($SnoB)

Overview

Official frontend repo of Snowball. Yield optimizer.

To Run

npm run start

The app will be running at http://localhost:3000/

To test prod build

Running:

docker-compose up --build

will make the app available on http://localhost:3001.

If you don't need to update the buidl just run

docker-compose up