This is a zkSync + wagmi + Web3Modal + Next.js project bootstrapped with zksync-cli
Run npm run dev
in your terminal, and then open localhost:3000 in your browser.
Once the webpage has loaded, changes made to files inside the src/
directory (e.g. src/pages/index.tsx
) will automatically update the webpage.
To learn more about zkSync, Web3 Modal or wagmi, check out the following resources:
- zkSync Documentation – learn about zkSync features and API.
- wagmi Documentation – learn about wagmi Hooks and API.
- Web3Modal Documentation – learn more about Web3Modal (configuration, theming, advanced usage, etc).
- Next.js Documentation learn about Next.js features and API.