Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kelonye/uniswap-v3-staker-frontend

Generic frontend for Uniswap V3 Staker contract
https://github.com/kelonye/uniswap-v3-staker-frontend

Last synced: 23 days ago
JSON representation

Generic frontend for Uniswap V3 Staker contract

Awesome Lists containing this project

README

        



witswap staking

## Uniswap V3 Staker Frontend

A frontend to be used to perform liquidity mining incentives via the [Uniswap V3 Staker Contract](https://github.com/Uniswap/uniswap-v3-staker).

### Example

This frontend was original used to build a frontend to be used to incentive liquidity mining of the [Wrapped Witnet Token](https://witnet.io) at https://witswap-staking.vercel.app. The incentive program(s) use the [Uniswap V3 Staker Contract](https://github.com/Uniswap/uniswap-v3-staker) mentioned above.

## Getting started

#### Configuration

- Deploy the [staker contract](https://github.com/Uniswap/uniswap-v3-staker), and create a future incentive.
- Deploy the [subgraph](https://github.com/vbstreetz/uniswap-v3-staker-subgraph) to index data.
- Update the config at `src/config.tsx` accordingly.

### Run

- Copy `.env.local.sample` to `.env.local` and configure.
- Run `make` to start the app.
- Visit the dapp at http://localhost:7373

## Stack

- [React](https://reactjs.org/)
- [Material UI](https://material-ui.com/)

## License

MIT