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

resolver protocol #30

Open
Tracked by #34
scarmuega opened this issue Mar 11, 2025 · 0 comments
Open
Tracked by #34

resolver protocol #30

scarmuega opened this issue Mar 11, 2025 · 0 comments

Comments

@scarmuega
Copy link
Member

scarmuega commented Mar 11, 2025

Tx3 needs to interact with the blockchain for querying utxos, querying params and submitting transactions. Blockchain gateways tend to be server-side components with relatively heavy resource footprint. It's a good practice to split Tx3 clients (component that interfaces with the user) from the Tx3 resolver (backend component that has direct access to the blockchain).

To promote interoperability of Tx3 clients and servers, we define a common spec called TRP (transaction resolver protocol) for the exchange of messages between client and server components.

@scarmuega scarmuega mentioned this issue Mar 11, 2025
5 tasks
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

1 participant