Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Analyze feasible proof-of-payment methods #55

Open
s-tikhomirov opened this issue Nov 16, 2023 · 0 comments
Open

Analyze feasible proof-of-payment methods #55

s-tikhomirov opened this issue Nov 16, 2023 · 0 comments

Comments

@s-tikhomirov
Copy link
Contributor

s-tikhomirov commented Nov 16, 2023

In a client-server interaction in Store, after the price is agreed upon (via #51 and #52), the client needs to prove the payment to the server. Possible ways to do that broadly fall into two categories:

  1. the client pays just-in-time and provides a proof of a transaction directly corresponding to this request (the transaction may be on-chain, in a payment channel, in a rollup, etc);
  2. the client pays in advance and provides a service credential, or some (zero-knowledge?) proof that it belongs to the set of eligible users.

Choose the appropriate method a) for the PoC; b) for the long-term vision of the protocol.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants