File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed
Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change 22
33** x402-facilitator** is a Go-based middleware that settles on-chain payments authorized via the [ x402 protocol] ( https://x402.dev ) .
44
5- It Supports facilitator and client roles on EVM-compatible chains.
6-
7-
85## Prerequisites
96- Docker
107- Docker Compose
118
9+ ## Support Schemes
10+ | Scheme | Status | Description |
11+ | ------------| ------------------| -------------------------------|
12+ | EVM | ✅ Supported | Ethereum and EVM chains |
13+ | Solana | 🚧 Planned | |
14+ | Sui | 🚧 Planned | |
15+ | Tron | 🚧 Planned | |
16+
1217# How to run
1318``` bash
1419docker compose up
1520```
1621
17- # Api Specification
22+ ## Api Specification
23+ After starting the service, open your browser to:
1824```
1925/swagger/index.html
2026```
27+
28+ ## Contributing
29+ We welcome any contributions! Feel free to open issues or submit pull requests at any time.
You can’t perform that action at this time.
0 commit comments