This is a dapp to interface with MetaMorpho Vaults. It allows users to connect their wallet, enter a MetaMorpho vault address, view their balances, and withdraw their funds. The project is bootstrapped with Next.js and written in TypeScript using React, viem, wagmi, react-query, and Tailwind CSS.
The app is deployed on Vercel:
$ yarn install
- Create a
.env.local
file in the root of the project: - Copy the contents of
.env.example
into.env.local
- Fill in the environment variables with the appropriate values
$ yarn dev
Open http://localhost:3000 with your browser to see the result.