Skip to main content
Pipes SDK streams filtered Tron data from SQD Portal into TypeScript. This example reads live USDT transfer logs and decodes the transferred amount.
The Pipes CLI currently scaffolds EVM and SVM projects only. Set up Tron and Hyperliquid pipes manually as shown here.

Prerequisites

  • Node.js 22.15 or later
  • npm, pnpm, or yarn

Create the project

Create index.ts:
Run it:
Tron Portal hex values do not use a 0x prefix. Transaction addresses use the 21-byte 41... form, while log addresses use the 20-byte form shown above.

Next steps