A simple Next.js dApp that allows users to interact with Solana Devnet.
Features include airdropping SOL, viewing wallet balance, signing messages, and sending tokens.
- 🌊 Request SOL Airdrop directly to your wallet (Devnet).
- 💰 View Wallet Balance in real time.
- ✍️ Sign Messages with your Solana wallet and verify signatures.
- 🔗 Send Tokens (transfer SOL to another address).
- 🔒 Built with @solana/web3.js and @solana/wallet-adapter.
- ⚡ Next.js 13 App Router + TypeScript.
- 🎨 Styled with TailwindCSS and optimized Google Fonts.
-
Install dependencies:
npm install # or yarn install # or pnpm install # or bun install
-
Run the development server: npm run dev
