A lightweight and efficient wallet adapter for Solana, enabling seamless integration with multiple wallets like Phantom, Backpack, and more. This project allows users to send SOL, sign messages, check wallet balances, and fetch token metadata.
- CLone the Repo
git clone https://github.com/Anubhav200311/Solana-Wallet-Adapter.git
- Install dependencies:
npm install npm run dev
- 🔹 Request Wallets for Transactions – Connect and request wallets for sending SOL.
- ✍️ Sign Messages – Sign messages from a specific wallet address using wallets like Phantom.
- 💰 Check Wallet Balance – Retrieve the SOL balance of a connected wallet.
- 🏷️ Fetch Token Metadata – Get details like token name and image for a given token.
- 🏦 Multi-Wallet Support – Works with wallets like Phantom, Backpack, and more.
🔨 To-Do List
- 🎨 Fix the UI to improve user experience.
- 🐳 Dockerize the application for easy deployment.