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 1 month ago
JSON representation
UI to use when creating your own custom pools, prize strategies or as reference code for integrating your own pools.
- Host: GitHub
- URL: https://github.com/pooltogether/pooltogether-community-ui
- Owner: pooltogether
- License: mit
- Created: 2020-05-04T23:56:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-12T15:11:11.000Z (over 1 year ago)
- Last Synced: 2024-08-04T01:16:55.152Z (4 months ago)
- Language: JavaScript
- Homepage: https://pooltogether.com
- Size: 17.9 MB
- Stars: 45
- Watchers: 5
- Forks: 47
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-dao - pooltogether-community-ui
README
## 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)