Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kelonye/uniswap-v3-staker-frontend
- Owner: kelonye
- License: mit
- Created: 2021-07-12T16:54:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-24T19:06:08.000Z (about 3 years ago)
- Last Synced: 2024-04-14T14:54:18.097Z (7 months ago)
- Language: TypeScript
- Homepage: https://witswap-staking.vercel.app
- Size: 362 KB
- Stars: 9
- Watchers: 3
- Forks: 16
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE.md
Awesome Lists containing this project
README
## 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