See balances for:
- crv 0xd533a949740bb3306d119cc777fa900ba034cd52
- sdCRV 0xD1b5651E55D4CeeD36251c61c50C889B36F6abB5
- sdCRV-Gauge 0x7f50786A0b15723D741727882ee99a0BF34e3466
Swap crv for sdCRV Stake sdCRV and receive sdCRV Gauge
# Install Dependencies
yarn
# Run the development server
yarn devSet Infura project ID
# Copy ENV File
cp .env.example .env.localsrc/appConfig.ts: app name, title, SEO etc.src/pages/_app.tsx: chains, providers, wallet connectors
Next.js
# Build
yarn build
# Start server with build files
yarn startPrettier
# Use Prettier to do Format Check for files under ./src
yarn fc
# Use Prettier to do Format Fix for files under ./src
yarn ffThe easiest way to deploy your Next.js app is to use Vercel, by the creators of Next.js.
Check out the Next.js deployment documentation for more details.
Learn about components of this kit is using:
- Next.js - React Framework by Vercel
- Tailwind CSS - Utility-first CSS Framework
- Ethers.js - Compact library for interacting with Ethereum.
- wagmi - React Hooks for Ethereum
- RainbowKit - React library for wallet connections with dApp.
- Headless UI - Unstyled, fully accessible UI components
This app is open-source and licensed under the MIT license. For more details, check the License file.