Updated Testnet and Parallel Networks information

- Rename "XRP Test Net" to "XRP Ledger Testnet"
- Add XRP Ledger Devnet to tooling
- Update "Parallel Networks" page to describe Testnet & Devnet,
  and fix typos.
- Add "Mainnet" as a name for the production XRP Ledger network (in
  context of testnets)
This commit is contained in:
Ryan Young
2019-08-15 21:36:36 -07:00
committed by mDuo13
parent 95d793cae3
commit 6261eb1672
7 changed files with 94 additions and 48 deletions

View File

@@ -24,10 +24,12 @@ The response comes as a JSON object.
Currently Ripple (the company) maintains a set of public WebSocket servers at:
| `Domain` | Port | Notes |
|:----------------|:-----|:--------------------------------------|
| `s1.ripple.com` | 443 | `wss://` only; general purpose server |
| `s2.ripple.com` | 443 | `wss://` only; full-history server |
| URL | [Network](parallel-networks.html) | Notes |
|:--------------------------------------|:----------------------------------|:--|
| `wss://s1.ripple.com/` | Mainnet | General purpose server cluster |
| `wss://s2.ripple.com/` | Mainnet | [Full-history server](ledger-history.html#full-history) cluster |
| `wss://s.altnet.rippletest.net:51233` | Testnet | Testnet public server |
| ***TBD*** | Devnet | Devnet public server |
These public servers are not for sustained or business use, and they may become unavailable at any time. For regular use, you should run your own `rippled` server or contract someone you trust to do so.
@@ -55,10 +57,12 @@ The response is also a JSON object.
Currently, Ripple (the company) maintains a set of public JSON-RPC servers at:
| `Domain` | Port | Notes |
|:----------------|:------|:-----------------------|
| `s1.ripple.com` | 51234 | General purpose server |
| `s2.ripple.com` | 51234 | Full-history server |
| URL | [Network](parallel-networks.html) | Notes |
|:----------------------------------------|:----------------------------------|:--|
| `https://s1.ripple.com:51234/` | Mainnet | General purpose server cluster |
| `https://s2.ripple.com:51234/` | Mainnet | [Full-history server](ledger-history.html#full-history) cluster |
| `https://s.altnet.rippletest.net:51234` | Testnet | Testnet public server |
| ***TBD*** | Devnet | Devnet public server |
These public servers are not for sustained or business use, and they may become unavailable at any time. For regular use, you should run your own `rippled` server or contract someone you trust to do so.

View File

@@ -1,4 +1,4 @@
# Connect Your rippled to the XRP Test Net
# Connect Your rippled to an XRPL Altnet
Ripple has created the [XRP Test Network](parallel-networks.html) to provide a testing platform for the XRP Ledger. XRP Test Net funds are not real funds and are intended for testing only. You can connect your `rippled` server to the XRP Test Net to test out and understand `rippled` functionality before connecting to the production XRP Ledger Network. You can also use the XRP Test Net to verify that your own code interacts correctly with `rippled`.
@@ -52,7 +52,7 @@ To connect your `rippled` server to the XRP Test Net, set the following configur
## See Also
- [Parallel Networks](parallel-networks.html)
- [XRP Test Net Faucet](xrp-test-net-faucet.html)
- [XRP Testnet Faucet](xrp-test-net-faucet.html)
<!--{# common link defs #}-->
{% include '_snippets/rippled-api-links.md' %}