ChainMovers / suibase

Sui development environment and cookbook.
https://suibase.io
Apache License 2.0
35 stars 6 forks source link

Add RPC proxy server feature #52

Closed mario4tier closed 1 year ago

mario4tier commented 1 year ago

This is for the major Multi-Link RPC feature.

--> First step is a simple proof-of-concept Rust process to proxy JSON-RPCs to one or two servers (altneratively?).

--> See to re-use existing open-source tokio/tower JSON-RPC projects.