RPC Proxy #17

Open
opened 2025-11-18 00:33:56 +00:00 by tim · 0 comments
Owner

To best serve our users, we want to query our own fast RPC server instead of using the wallet's slow public version. However, we do not want to allow anyone with a web browser to abuse our RPC server with unlimited denial of service requests.

We can build a simple public-facing proxy server which receives RPC requests and filters them to only the requests we expect to be making from the browser: queries to one of the known pools, queries for user token balances, etc. We should also impose rate limits.

To best serve our users, we want to query our own fast RPC server instead of using the wallet's slow public version. However, we do not want to allow anyone with a web browser to abuse our RPC server with unlimited denial of service requests. We can build a simple public-facing proxy server which receives RPC requests and filters them to only the requests we expect to be making from the browser: queries to one of the known pools, queries for user token balances, etc. We should also impose rate limits.
tim added the
wish-list
label 2025-11-18 00:33:56 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Liquidity.Party/web#17
No description provided.