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

Backend agent for relaying RPC requests to provider ships #15

Open
hanfel-dovned opened this issue Jan 19, 2024 · 1 comment
Open

Backend agent for relaying RPC requests to provider ships #15

hanfel-dovned opened this issue Jan 19, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@hanfel-dovned
Copy link
Contributor

Backend side of "Updates to the Urbit x BOS stack that replace all RPC calls done via HTTP with an Urbit-native solution"

@hanfel-dovned hanfel-dovned added the enhancement New feature or request label Jan 19, 2024
@hanfel-dovned hanfel-dovned self-assigned this Jan 19, 2024
@hanfel-dovned hanfel-dovned changed the title %near-handler poke for RPC requests Backend agent for relaying RPC requests to provider ships Jan 19, 2024
@hanfel-dovned
Copy link
Contributor Author

The default way of doing this is for planets to send RPC requests through Ames to their star, which will forward them to their sidecar, and then respond over Ames.

An easier way would be for planets to request the URL of the star's RPC node from the star, and then just submit requests directly to the URL. The downside is that this might be trickier to permission. We want stars to be able to sell RPC access.

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

No branches or pull requests

1 participant