JSPM

@likhonsdev/flash-usdt-sender

0.0.1-beta.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 6
  • Score
    100M100P100Q22509F
  • License MIT

FlashUSDTSender - Send USDT instantly with this powerful utility package

Package Exports

  • @likhonsdev/flash-usdt-sender
  • @likhonsdev/flash-usdt-sender/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@likhonsdev/flash-usdt-sender) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

FlashUSDTSender

Version: 0.0.1-beta.1

Send USDT instantly with this powerful utility package.

Installation

npm install FlashUSDTSender

Usage

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