Skip to content

Open-source multisender tool for Sui blockchain – send SUI or tokens to multiple recipients.

License

Notifications You must be signed in to change notification settings

ldzoid/suisender

Repository files navigation

🚀 SuiSender - Free Sui Multisender

Free Sui multisender tool for batch sending SUI and tokens to multiple addresses

Live Demo · Report Bug

Sui Next.js License

Keywords: sui sender · free sui multisender · sui token multisend · sui bulk sender · sui airdrop tool

✨ Features

  • Batch send SUI and tokens to hundreds of addresses in one transaction
  • 💰 100% Free - zero platform fees, you only pay Sui network gas
  • 💎 Support for native SUI and all custom tokens on Sui blockchain
  • 📊 CSV upload for easy bulk recipient management
  • 🔍 Balance validation and gas estimation before sending
  • 🔐 Non-custodial - works with any Sui wallet (Sui Wallet, Suiet, Ethos, etc.)

🚀 Quick Start

# Clone and install
git clone https://github.com/ldzoid/suisender.git
cd suisender
npm install

# Configure network (optional)
cp .env.example .env.local

# Run development server
npm run dev

Open http://localhost:3000

📖 Usage

  1. Connect your Sui wallet
  2. Select SUI or custom token
  3. Add recipients (one per line):
    0x1234...5678, 10
    0xabcd...efgh, 25.5
    
    Supports: address,amountaddress amountaddress = amount
  4. Review and send transaction

🛠️ Tech Stack

🤝 Contributing

Contributions welcome! Fork the repo and submit a PR.

git checkout -b feature/YourFeature
git commit -m 'Add YourFeature'
git push origin feature/YourFeature

📝 License

MIT License - see LICENSE


Made with ❤️ for the Sui community

About

Open-source multisender tool for Sui blockchain – send SUI or tokens to multiple recipients.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published