polkadot-developers / substrate-docs

Substrate Developer Hub. Substrate is powered by best in class cryptographic research and comes with peer to peer networking, consensus mechanisms, and much more.
https://docs.substrate.io
BSD Zero Clause License
129 stars 270 forks source link

Include basic instructions for cloud-based interation #173

Open nuke-web3 opened 3 years ago

nuke-web3 commented 3 years ago

It's common for new users to setup a remote node for testing the 101 materials and gets stuck needing the unsafe RPC and WS flags, as well as disabling mDNS and possibly other suggestions

I propose that we have a reference document (possible a how-to guide?) that we can point builders to that has a FAQ for unsafe remote nodes for dev/testing ONLY and points to further production resources to have nodes hosted with best practices (that we don't maintain on firewalls, rate limiting, rev, proxies, etc.)

Examples: might need -- --rpc-cors=all --ws-external --rpc-external

related topic of remote development: https://github.com/paritytech/subport/discussions/222

nuke-web3 commented 2 years ago

Related content to include: