Skip to content

Romit77/Tresor-X

Repository files navigation

🚀 SolanaWeb3 Toolkit | Next.js + Solana

A modern, user-friendly toolkit for Solana blockchain interactions built with Next.js 14. Seamlessly create tokens, manage airdrops, transfer SOL, and more - all with a beautiful dark-themed UI.

License Next.js Solana

✨ Features

  • 🏗️ Token Launchpad: Create and deploy custom tokens without coding
  • 💸 Bulk Airdrop: Efficiently distribute SOL to multiple wallets
  • 💱 Transfer System: Seamless SOL transfers across the network
  • 💰 Balance Checker: Real-time SOL balance monitoring
  • 📝 Message Signing: Secure wallet signature verification
  • 🎨 NFT Creation: Mint unique digital assets (Coming Soon)

🛠️ Tech Stack

  • Next.js 14
  • Solana Web3.js
  • TypeScript
  • Tailwind CSS
  • Framer Motion
  • Lucide Icons

🚀 Getting Started

Prerequisites

  • Node.js 18+
  • npm/yarn
  • Solana CLI (optional)
  • A Solana wallet (Phantom recommended)

Installation

  1. Clone the repository:
git clone https://github.com/yourusername/solana-web3-toolkit.git
cd solana-web3-toolkit
  1. Install dependencies:
npm install
# or
yarn install
  1. Set up environment variables:
cp .env.example .env.local
  1. Run the development server:
npm run dev
# or
yarn dev
  1. Open http://localhost:3000 in your browser

💡 Usage

Token Launchpad

  • Connect your Solana wallet
  • Fill in token details (name, symbol, supply)
  • Deploy with one click

Airdrop Feature

  • Upload wallet addresses (CSV supported)
  • Set SOL amount per wallet
  • Execute batch distribution

Transfer System

  • Enter recipient's wallet address
  • Specify SOL amount
  • Confirm transaction

Balance Checker

  • Enter wallet address
  • View real-time SOL balance
  • Track transaction history

Message Signing

  • Type your message
  • Sign with connected wallet
  • Verify signatures

🔐 Security

  • All transactions require wallet confirmation
  • Client-side signature verification
  • No private keys stored
  • Secure RPC endpoints

About

Create and launch Tokens, Airdrop Effortlessly, Send SOL Instantly, and Sign Messages Securely On Chain – Your All-in-One Solana Powerhouse!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors