Skip to content

UI to use when creating your own custom pools, prize strategies or as reference code for integrating your own pools.

License

Notifications You must be signed in to change notification settings

MidnightOnMars/pooltogether-reference-pool-ui

 
 

Repository files navigation

PoolTogether Brand


PoolTogether v3 - Reference Frontend.

The newest UI for communicating with the (unreleased) v3 PoolTogether protocol.

A demo of this app is live here.

To run the project against a local node you can use the pooltogether-contracts. With those contracts you can bootstrap a local Buidler EVM instance with test data so that you can develop the app locally.

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

About

UI to use when creating your own custom pools, prize strategies or as reference code for integrating your own pools.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.1%
  • CSS 15.9%