# 🍄 Mario Wallet – Super Solana World 🎮 Welcome to **Mushroom Kingdom Devnet**, where blockchain meets nostalgia! This Mario-themed Solana wallet interface is a playful and functional dApp built on Solana Devnet, designed for users to connect their wallets, check SOL balances, request airdrops, and send tokens – all in a vibrant Super Mario-style UI! --- ## 🚀 Features - 🔌 **Wallet Connect**: Supports Solana-compatible wallets with auto-connect. - 💰 **View Balance**: Instantly shows your SOL balance in a fun Coin Bank UI. - 🎁 **Airdrop SOL**: Request free Devnet SOL via a magic block "Power-Up Shop". - 🌐 **Send Tokens**: Warp tokens to another wallet using the "Warp Pipe". - 🎨 **Mario-Themed Design**: Floating clouds, coin blocks, hills, bounce effects, and more retro game goodness! - ⚙️ **Solana Devnet**: Uses `@solana/web3.js` to connect to `https://api.devnet.solana.com`. --- ## 📸 Preview > _Coming soon: Add screenshots or screen recordings of your UI here to show off the magic!_ --- ## 🧱 Built With - 🧩 **Next.js + React** - 🔗 **Solana Wallet Adapter** - 💎 **TailwindCSS + Custom Animations** - 🎮 **Lucide Icons** - ⚡ **Solana Web3.js** --- ## 🛠️ Getting Started ### 1. Clone the repository ```bash git clone https://github.com/your-username/mario-solana-wallet.git cd mario-solana-wallet ``` ```bash npm install ``` ```bash npm run dev ```