You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tutorials/public-servers.md
+8-7Lines changed: 8 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -7,17 +7,22 @@ labels:
7
7
- Core Server
8
8
---
9
9
# Public Servers
10
-
11
10
If you don't [run your own `rippled` server](../infrastructure/installation/index.md), you can use the following public servers to submit transactions or read data from the ledger.
| XRP Ledger Foundation |**Mainnet**|`https://xrplcluster.com/` <br> `https://xrpl.ws/`[²][]|`wss://xrplcluster.com/` <br> `wss://xrpl.ws/`[²][]| Full history server cluster with CORS support. |
18
16
| Ripple[¹][]|**Mainnet**|`https://s1.ripple.com:51234/`|`wss://s1.ripple.com/`| General purpose server cluster |
| XRP Ledger Foundation full history paid API via [Dhali](https://dhali.io/)|**Mainnet**|`https://run.api.dhali.io/199fd80b-1776-4708-b1a1-4b2bb386435d/`| You must [create a paid API key](https://pay.dhali.io/?uuids=199fd80b-1776-4708-b1a1-4b2bb386435d) and embed it in the request's `Payment-Claim` header. |
23
+
| [QuickNode](https://www.quicknode.com/chains/xrpl) | Testnet/Mainnet | N/A | QuickNode provides hosted XRPL RPC mainnet and testnet under their free and paid plans, granting flexible and reliable access to the network.
@@ -30,11 +35,7 @@ If you don't [run your own `rippled` server](../infrastructure/installation/inde
30
35
| Ripple[¹][]| Sidechain-Devnet |`https://sidechain-net2.devnet.rippletest.net:51234/`|`wss://sidechain-net2.devnet.rippletest.net:51233/`| Sidechain Devnet to test cross-chain bridge features. Devnet serves as the locking chain while this sidechain serves as the issuing chain. |
|[QuickNode](https://www.quicknode.com/chains/xrpl)| Testnet/Mainnet | QuickNode provides hosted XRPL RPC mainnet and testnet under their free and paid plans, granting flexible and reliable access to the network. |
0 commit comments