Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pooltogether/pooltogether-pods-ui
- Owner: pooltogether
- Created: 2021-05-10T17:12:41.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-09T21:39:40.000Z (over 3 years ago)
- Last Synced: 2024-04-23T21:42:38.581Z (9 months ago)
- Language: TypeScript
- Size: 6.28 MB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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)