This is a Next.js project bootstrapped with
create-wagmi.
See the demo
- Clone the repository
- Run
bun install - Run
bun run dev
- Authentication with
zksync-sso - Dark/light theme selection with
next-themes - Responsive design
- Account page with balance and account type (EOA/Smart)
- Fix for mobile screens sizes
- Replace emojis with icons
- Fix balance in account page
- Improve navbar design
- This template is using
ReactandNext.js. - This template is using
wagmiandviemfor the blockchain interaction. - This template is using
zksync-ssofor the authentication and wallet connection. - This template is using ZKsync Testnet as the default chain but can be changed to any other chain supported by
viem. - This template is using
tailwindcssfor the styling.