Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/bnb-opbnb/get-started/network-info.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,6 @@ NodeReal supports the opBNB network, you can create your free opBNB RPC endpoint
*To use the above private RPC endpoint, make sure to login to [MegaNode service](https://nodereal.io/meganode) and create your private endpoints.*


## Benchmark

For an independent latency and reliability comparison of public opBNB RPC endpoints, see the [OpenChainBench opBNB RPC benchmark](https://openchainbench.com/benchmarks/opbnb-rpc). It covers a set of community providers, with latency (p50/p90/p99) and success rate probed every 60 seconds from three regions and published under CC BY 4.0 alongside the open-source harness.
4 changes: 4 additions & 0 deletions docs/bnb-smart-chain/developers/json_rpc/json-rpc-endpoint.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ You could find more endpoints from **[here](https://chainlist.org/chain/56)**.

* **Alchemy:** <https://docs.alchemy.com/reference/api-overview>

### Benchmark

For an independent latency and reliability comparison of public BNB Smart Chain RPC endpoints, see the [OpenChainBench BNB RPC benchmark](https://openchainbench.com/benchmarks/bnb-rpc). It covers a set of community providers, with latency (p50/p90/p99) and success rate probed every 60 seconds from three regions and published under CC BY 4.0 alongside the open-source harness.

### Starting HTTP JSON-RPC

You can start the HTTP JSON-RPC with the --http flag
Expand Down