You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## What
Reference
[draft-stellar-charge-00](https://paymentauth.org/draft-stellar-charge-00)
in `README.md`, `sdk/src/charge/Methods.ts`,
`sdk/src/charge/client/Charge.ts`, `sdk/src/charge/server/Charge.ts`,
and update `diagrams/charge-flow.md` for spec compliance.
## Why
The SDK implements draft-stellar-charge-00 but lacked direct references
to the spec. Adding links helps contributors and consumers trace
behavior back to the normative source. The diagram fixes bring the flow
visualization in line with the spec's requirements.
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,10 @@
2
2
3
3
Stellar blockchain payment method for the [Machine Payments Protocol (MPP)](https://mpp.dev). Enables machine-to-machine payments using Soroban SAC token transfers on the Stellar network, with optional support for [one-way payment channels](https://github.com/stellar-experimental/one-way-channel) for high-frequency off-chain payments.
4
4
5
+
## Specification
6
+
7
+
The charge payment mode implements the [draft-stellar-charge-00](https://paymentauth.org/draft-stellar-charge-00) specification ([source](https://github.com/tempoxyz/mpp-specs/blob/main/specs/methods/stellar/draft-stellar-charge-00.md)), which defines the `stellar` payment method with a `charge` intent for one-time SEP-41 token transfers under the HTTP Payment Authentication scheme.
0 commit comments