diff --git a/README.md b/README.md index 6146ae2..313294d 100644 --- a/README.md +++ b/README.md @@ -1,56 +1,70 @@ # Epusdt — Easy Payment USDT - +

- Epusdt Logo - USDT Payment Gateway for Crypto Payments + Epusdt Logo - Multi-chain Crypto Payment Gateway

- +

- 开源 USDT 支付网关 · Crypto 支付工具实际采用率 Top 1 + 开源多链多币种 Crypto 支付网关 · 实际采用率 Top 1

- +

Official Docs Telegram Channel Telegram Group

- +

GitHub Stars 3000+ GPLv3 License Go 1.16+ Latest Release

- + --- - + ## 🌍 What is Epusdt? - -**Epusdt** (Easy Payment USDT) is a self-hosted **USDT payment gateway** built with Go, enabling any website or application to accept **crypto payments** via the **TRC20 network**. No third-party fees, no custodial risk — USDT goes directly into your wallet. - -> **GitHub Star 3000+** · **已支持站点解决方案 10+** · **Crypto 支付工具实际采用率 Top 1** - -Deploy it privately, integrate via HTTP API, and start receiving **USDT payments** in minutes. That's it. 🎉 - + +**Epusdt** (Easy Payment USDT) is a self-hosted **multi-chain, multi-token crypto payment gateway** built with Go. It has evolved from a TRC20-only solution into a comprehensive **multi-chain receiving platform**, enabling any website or application to accept crypto payments across multiple blockchain networks and token types. No third-party fees, no custodial risk — funds go directly into your wallet. + +> **⭐ GitHub Star 3000+** · **🔌 已支持站点解决方案 10+** · **🏆 Crypto 支付工具实际采用率 Top 1** + +Deploy it privately, integrate via HTTP API, and start receiving **crypto payments** in minutes. That's it. 🎉 + +### 🔗 已支持网络与代币 + +| 网络 | 代币 | +|------|------| +| **TRC20** (Tron) | USDT | +| **ERC20** (Ethereum) | USDT、USDC、ETH | +| **BEP20** (BSC) | USDT、USDC、BNB | +| **Polygon** | USDT、USDC | +| **更多** | 持续扩展中… | + +> 💡 具体支持的链与代币以 [最新版本](https://github.com/assimon/epusdt/releases) 及 [官方文档](https://epusdt.com) 为准。 + --- - + ## 🔌 广泛兼容,即插即用 - + 无论你运营的是哪类系统,Epusdt 均可基于现有接口方案,**无需重构业务逻辑**,快速接入,立即获得 Crypto 收款能力,低成本扩展全球支付场景: - + | 领域 | 已支持系统 | |------|-----------| | **AI 分发** | OneAPI、NewAPI | | **发卡系统** | 独角数卡(Dujiaoka)、异次元发卡 | | **代理面板** | V2Board、XBoard、SSPanel | | **建站生态** | WordPress、WHMCS | -| **更多** | 任何支持 HTTP Callback 的系统均可接入 | - +| **Epay兼容** | 兼容各类支持Epay易支付接口的平台 | +| **更多** | 简易HTTP API 10分钟内接入 | + 👉 查看完整集成列表与插件:[plugins/](plugins/) - + --- - + ## ✨ 核心特性 - + +- **多链多币种** — 支持 TRC20、ERC20、BEP20、Polygon 等主流网络,不再局限于单一链 - **私有化部署** — 无需担心钱包被篡改、吞单,资金完全自主掌控 - **零依赖运行** — 单个二进制文件即可启动,仅需 MySQL + Redis - **跨平台** — 支持 x86 / ARM 架构的 Windows / Linux 设备 @@ -58,15 +72,15 @@ Deploy it privately, integrate via HTTP API, and start receiving **USDT payments - **异步队列** — 高性能消息回调,优雅处理高并发场景 - **HTTP API** — 标准化接口,任何语言 / 框架均可快速集成 - **Telegram Bot** — 实时支付通知,便捷管理与监控 - + --- - + ## 📖 文档与教程 - + 完整文档请访问 👉 **[epusdt.com](https://epusdt.com)** - + 快速入门: - + | 教程 | 说明 | |------|------| | [Docker 部署](wiki/docker-RUN.md) | 推荐方式,一键启动 | @@ -75,11 +89,11 @@ Deploy it privately, integrate via HTTP API, and start receiving **USDT payments | [开发者 API 文档](wiki/API.md) | 接口集成指南 | | [自定义汇率接口](wiki/LEGACY_API_MIGRATION.md) | API 进阶用法 | | [PHP 极速接入](https://github.com/BlueSkyXN/PHPAPI-for-epusdt) | HTML + PHP 快速集成 | - + --- - + ## 🏗️ 项目结构 - + ``` Epusdt ├── plugins/ → 已集成的系统插件(独角数卡等) @@ -88,13 +102,13 @@ Epusdt ├── sql/ → 数据库安装 / 升级脚本 └── wiki/ → 文档与知识库 ``` - + --- - + ## 🔧 实现原理 - -Epusdt 通过监听 TRC20 网络 API,实时捕获钱包地址的 USDT 入账事件,利用**金额差异**与**时效性**精确匹配交易归属: - + +Epusdt 通过监听多条区块链网络(TRC20、ERC20、BEP20、Polygon 等)的 API 或节点,实时捕获钱包地址的代币入账事件,利用**金额差异**与**时效性**精确匹配交易归属: + ``` 工作流程: 1. 客户发起支付,需支付 20.05 USDT @@ -103,44 +117,69 @@ Epusdt 通过监听 TRC20 网络 API,实时捕获钱包地址的 USDT 入账 4. 若已被占用 → 自动累加 0.0001 尝试下一个金额组合(最多 100 次) 5. 后台线程持续监听所有钱包的入账事件,金额匹配则确认支付成功 ``` - + ![Epusdt 支付流程图](wiki/img/implementation_principle.jpg) - + --- - + ## 💬 社区与支持 - + **遇到问题?** 请优先在 GitHub 提交 [Issue](https://github.com/assimon/epusdt/issues),我们会**优先处理** Issue 中的反馈。 - + 加入 Telegram 社区,获取最新动态、交流使用经验: - + | 渠道 | 链接 | |------|------| | 📢 **Epusdt 频道** | [https://t.me/epusdt](https://t.me/epusdt) | | 💬 **Epusdt 交流群** | [https://t.me/epusdt_group](https://t.me/epusdt_group) | | 📚 **官方文档站** | [https://epusdt.com](https://epusdt.com) | - + --- - + +## 📊 GitHub 统计 + +

+ GitHub Stats +

+ +

+ Repobeats Analytics +

+ +> 💡 如需启用 Repobeats 图表,请前往 [repobeats.axiom.co](https://repobeats.axiom.co) 生成你的仓库专属 embed 链接并替换上方 URL。 + +--- + +## ⭐ Star 趋势 + + + + + + Epusdt Star History Chart + + + +--- + ## 📜 开源协议 - + Epusdt 遵守 [GPLv3](https://www.gnu.org/licenses/gpl-3.0.html) 开源协议。 - + --- - + ## ⚠️ 免责声明 - + 本项目仅供学习与技术交流使用,用户在使用过程中需自行遵守所在地法律法规。由于涉及加密资产及资金安全,用户应自行审查相关代码与风险。加密资产属于高风险新兴资产(包括稳定币),其价值可能波动甚至归零,GMwallet 不对任何资产或使用结果作出保证。本内容不构成任何投资、税务、法律或金融建议,仅供教育用途,相关决策请咨询专业人士。 - + --- - +

- Keywords: USDT Payment Gateway · Crypto Payment · TRC20 Payment · Self-hosted USDT · - OneAPI Payment · NewAPI Payment · 独角数卡支付 · 异次元发卡支付方式 · + Keywords: USDT Payment Gateway · Crypto Payment · Multi-chain Payment · TRC20 Payment · ERC20 Payment · BEP20 Payment · + Self-hosted Crypto Gateway · OneAPI Payment · NewAPI Payment · 独角数卡支付 · 异次元发卡支付方式 · V2Board Payment · XBoard Payment · SSPanel 支付接口 · - WordPress Crypto Payment · WHMCS USDT Payment · - Epusdt · Easy Payment USDT · Open Source Payment Gateway + WordPress Crypto Payment · WHMCS USDT Payment · Polygon USDT · + Epusdt · Easy Payment USDT · Open Source Payment Gateway · 多链收款

-