Uniswap Protocol Staking by Avantgarde Finance.
This project facilitates the staking of UNI tokens.
This repository provides a streamlined development environment using nix
and direnv
, ensuring reproducibility. This setup facilitates app development with locally deployed contracts and subgraph.
For the optimal developer experience, ensure you have the following installed:
Once installed, your isolated local development environment will be automatically configured whenever you navigate to this directory.
If you prefer not to use nix
, make sure you have the following installed:
# Install npm packages (required whenever new dependencies are added).
pnpm install
# Start the app in dev mode.
pnpm dev
Access the app at http://localhost:3000.
The subgraph is available at https://thegraph.com/hosted-service/subgraph/enzymefinance/uni-staking-sepolia (testing).