Skip to content

Commit 7c6d0aa

Browse files
committed
update README.md
1 parent 69648e6 commit 7c6d0aa

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,28 @@
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
1419
docker 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.

0 commit comments

Comments
 (0)