TRC20 Wallet Management

This administrative console is intended for securely operating the worker-backed TRC20 wallet. Never paste real mnemonics or secrets here in production — switch to client-side signing with TronLink.

Auth Settings

Use API key to request a short-lived JWT via POST /api/v1/auth. The dashboard stores values in sessionStorage only.

Create Wallet


      

Import Wallet (Encrypted Backup)


      

Transfer USDT


      

Request Transfer Challenge


      

Balance Lookup


      

Recommended: Client-Side Signing with TronLink

For production deployments, disable server-side signing by removing the `/transfer` handler and require operators to sign transactions directly using TronLink or a hardware wallet. This eliminates private key exposure from the worker. See the README for migration steps.