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

Design and implement JSON RPC components #96

Closed
Tracked by #10
soareschen opened this issue Jan 26, 2024 · 0 comments
Closed
Tracked by #10

Design and implement JSON RPC components #96

soareschen opened this issue Jan 26, 2024 · 0 comments

Comments

@soareschen
Copy link
Collaborator

Part of: #10

Sovereign SDK uses the jsonrpsee crate to serve JSON RPC APIs. As a result, the relayer has to perform queries and actions using a JSON RPC client.

Ideally, the JSON RPC trait design should be independent of the concrete JSON RPC client implementations such as jsonrpsee.

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

No branches or pull requests

1 participant