A frontend to be used to perform liquidity mining incentives via the Uniswap V3 Staker Contract.
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.
- Deploy the staker contract, and create a future incentive.
- Deploy the subgraph to index data.
- Update the config at
src/config.tsx
accordingly.
- Copy
.env.local.sample
to.env.local
and configure. - Run
make
to start the app. - Visit the dapp at http://localhost:7373
MIT