@likhonsdev/flash-usdt-sender
v0.0.1-beta.1
Published
FlashUSDTSender - Send USDT instantly with this powerful utility package
Maintainers
Readme
FlashUSDTSender
Version: 0.0.1-beta.1
Send USDT instantly with this powerful utility package.
Installation
npm install FlashUSDTSenderUsage
import { FlashUSDTSender } from 'FlashUSDTSender';
const sender = new FlashUSDTSender();
sender.initialize().then(() => {
console.log(sender.getVersion());
// Send USDT
const result = await sender.sendUSDT('0x...', 100);
console.log(result);
});Features
- Send USDT transactions
- Check balance
- TypeScript support
- Beta version for testing
License
MIT
