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