Free Sui multisender tool for batch sending SUI and tokens to multiple addresses
Keywords: sui sender · free sui multisender · sui token multisend · sui bulk sender · sui airdrop tool
- ⚡ 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.)
# 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- Connect your Sui wallet
- Select SUI or custom token
- Add recipients (one per line):
Supports:
0x1234...5678, 10 0xabcd...efgh, 25.5address,amount•address amount•address = amount - Review and send transaction
- Next.js 16 + React 19
- @mysten/dapp-kit - Sui wallet integration
- @mysten/sui - Sui SDK
- Tailwind CSS
Contributions welcome! Fork the repo and submit a PR.
git checkout -b feature/YourFeature
git commit -m 'Add YourFeature'
git push origin feature/YourFeatureMIT License - see LICENSE
Made with ❤️ for the Sui community