scematica-protocol 1.26.0

Scematica Protocol: Rust-native x402 HTTP 402 payment standard for Solana
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# scematica-protocol

A Rust-native implementation of the **x402** (HTTP `402 Payment Required`)
payment standard for Solana — the payment facilitator used by the
[Scematica](https://github.com/Meta-Oracle/Scematica) stack to meter and settle
paid API calls in USDC.

Ships a `protocol` binary (an axum HTTP server) plus the library types
(`PaymentRequirements`, `PaymentGate`, facilitator/settlement helpers) other
crates embed.

```bash
cargo run --bin protocol -- --pay-to <wallet> --price-lamports 10000
```

## License

MIT