Skip to content

Epusdt Documentation

Epusdt

LicenseTelegram

中文文档 | English


This repository contains the VitePress documentation site for Epusdt.

Epusdt is a self-hosted TRON / TRC20 USDT payment middleware. It exposes live create-order APIs under /payments/..., returns hosted checkout URLs under /pay/..., and notifies merchant systems with asynchronous callbacks after successful payment.

Documentation site

Product summary

  • Self-hosted deployment on your own server
  • Hosted checkout page at /pay/checkout-counter/{trade_id} with status polling at /pay/check-status/{trade_id}
  • Create-order APIs under /payments/...
  • Multi-address rotation plus unique-amount reservation for higher order concurrency
  • Optional Telegram bot notifications / basic operator workflows
  • Docker deployment example, plus source-build flexibility and clear public-base-URL handling through app_uri

Local development

bash
bun install
bun run docs:dev
bun run docs:build
最近更新