PoolTogether V4 UI
February 5, 2022 ยท View on GitHub
The user interface for interacting with V4 of the PoolTogether prize-savings protocol.
Setup
Install dependencies:
$ yarn
Make sure you have direnv installed and copy .envrc.example to .envrc:
$ cp .envrc.example .envrc
Fill in your own values for .envrc, then run:
$ direnv allow
To run the local server, run:
$ yarn dev