MystenLabs / walrus-sites

Walrus Sites: Decentralized Websites using Sui and Walrus.
https://docs.walrus.site/walrus-sites/intro.html
Apache License 2.0
23 stars 18 forks source link

Add full-node fallback list #211

Open Tzal3x opened 1 month ago

Tzal3x commented 1 month ago

We could add load balancing routing on the portal side, i.e. monitor the available full nodes from it and pick the first available one in order of preference.

Suggestion: add the possibility for users to pick their own trusted full node.

Recommended full nodes:

Triton One
DSRV (All that node)
ANKR
Bware
Blockvision
mario4tier commented 2 weeks ago

Sharing here that I have already develop a sui nodes proxy for network robustness (as part of a Sui foundation grant).

It is running by default for devs using Suibase. Your app just use a local daemon port and it "just work" (there is one port for testnet, another for mainnet etc...).

I understand you might prefer to have your own in-house solution, just a FYI.

What does it do?

image

Tzal3x commented 2 weeks ago

Thank you @mario4tier, we will consider your suggestion! 👍