This is a Next.js project bootstrapped with create-next-app.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devThis project focuses on building a wallet connection feature. The main objectives are to:
- Connect a wallet natively
- Retrieve the wallet address
- Sign messages with the wallet
- Verify ownership of the wallet
The goal is to learn and demonstrate the basics of wallet integration in a Next.js project.