Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/pooltogether/pooltogether-community-ui

UI to use when creating your own custom pools, prize strategies or as reference code for integrating your own pools.
https://github.com/pooltogether/pooltogether-community-ui

Last synced: about 2 months ago
JSON representation

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

Lists

README

        



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](https://reference-app.pooltogether.com).

To run the project against a local node you can use the [pooltogether-contracts](https://github.com/pooltogether/pooltogether-contracts/tree/version-3). 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:

```bash
$ yarn
```

Make sure you have `direnv` installed and copy `.envrc.example` to `.envrc`:

```bash
$ cp .envrc.example .envrc
```

Fill in your own values for `.envrc`, then run:

```bash
$ direnv allow
```

To run the local server, run:

```
$ yarn dev
```

#### Developer Tools

- [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)