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

https://github.com/pooltogether/decent-test


https://github.com/pooltogether/decent-test

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# PoolTogether V4 UI Decentralization Test

Interact with V4 of the PoolTogether prize-savings protocol.

# 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)