This PR adds the public CasperLabs JSON-RPC endpoints as the preferred method of communicating with the network.
Additional context
The current method encourages choosing from a list of currently online Casper Network peers, many of which may have RPC ports disabled or could theoretically act in malicious ways.
Checklist
[x] Docs are successfully building - yarn install && yarn run build.
[x] For new internal links I used relative file paths (with .md extension) - e.g. ../../faq/faq-general.md - instead of introducing absolute file path, or relative/absolute URL.
[x] All external links have been verified with yarn run check:externals.
What does this PR fix/introduce?
This PR adds the public CasperLabs JSON-RPC endpoints as the preferred method of communicating with the network.
Additional context
The current method encourages choosing from a list of currently online Casper Network peers, many of which may have RPC ports disabled or could theoretically act in malicious ways.
Checklist
yarn install && yarn run build
.../../faq/faq-general.md
- instead of introducing absolute file path, or relative/absolute URL.yarn run check:externals
.