Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.19 KB

Readme.md

File metadata and controls

36 lines (23 loc) · 1.19 KB

Uniswap V3 Staker Frontend

A frontend to be used to perform liquidity mining incentives via the Uniswap V3 Staker Contract.

Example

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

Getting started

Configuration

  • Deploy the staker contract, and create a future incentive.
  • Deploy the 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

License

MIT