Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Browser Interface for the Pods Smart Contract
https://github.com/pooltogether/pooltogether-pods-ui

Last synced: about 2 months ago
JSON representation

Browser Interface for the Pods Smart Contract

Awesome Lists containing this project

README

        



PoolTogether Brand


## PoolTogether v3 - Pods Frontend

The Pods UI allows users to interact with the PoolTogether v3 Pods smart contracts.

The application is live at [https://pods.pooltogether.com](https://pods.pooltogether.com/).

To run the project against a local node you can use the [pods-v3-contracts](https://github.com/pooltogether/pods-v3-contracts3).

With those contracts you can bootstrap a local Hardhat EVM instance to test and develop the application locally. For the fastest setup, it's recommended to run a `mainnet` fork - allowing the Pods to communicate with existing PrizePools.

#### Setup

Install dependencies:

```bash
$ yarn
```

Copy the `.env.example` to `.env` and fill in your own values for `.env`:

```bash
$ cp .env.example .env
```

To run the local server, run:

```
$ yarn dev
```

#### Developer Tools

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