From 86ca65aedb4e42e8089c914d146e3c514ec35875 Mon Sep 17 00:00:00 2001 From: mDuo13 Date: Tue, 1 Oct 2019 12:40:29 -0700 Subject: [PATCH] Add Devnet URLs, rename faucet --- assets/js/test-net.js | 2 +- .../get-started-with-the-rippled-api.md | 26 ++++++++++--------- dactyl-config.yml | 2 +- tool/template-test-net.html | 2 +- tool/template-websocket-api-tool.html | 6 +++++ 5 files changed, 23 insertions(+), 15 deletions(-) diff --git a/assets/js/test-net.js b/assets/js/test-net.js index f5f3ab07cd..5c9215e5f2 100644 --- a/assets/js/test-net.js +++ b/assets/js/test-net.js @@ -22,7 +22,7 @@ function rippleTestNetCredentials(url, altnet_name) { success: function(data) { //hide the loader and show results loader.hide(); - credentials.hide().html('

Your Credentials

').fadeIn('fast') + credentials.hide().html('

Your '+altnet_name+' Credentials

').fadeIn('fast') address.hide().html('

Address

' + data.account.address).fadeIn('fast') secret.hide().html('

Secret

' + diff --git a/content/tutorials/get-started/get-started-with-the-rippled-api.md b/content/tutorials/get-started/get-started-with-the-rippled-api.md index 70f72ebeba..c86a7873cc 100644 --- a/content/tutorials/get-started/get-started-with-the-rippled-api.md +++ b/content/tutorials/get-started/get-started-with-the-rippled-api.md @@ -24,12 +24,14 @@ The response comes as a JSON object. Currently Ripple (the company) maintains a set of public WebSocket servers at: -| 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 | +| URL | [Network][] | 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 | +| `wss://s.devnet.rippletest.net` | Devnet | Devnet public server | + +[Network]: parallel-networks.html 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. @@ -57,12 +59,12 @@ The response is also a JSON object. Currently, Ripple (the company) maintains a set of public JSON-RPC servers at: -| 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 | +| URL | [Network][] | 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 | +| `https://s.devnet.rippletest.net:51234` | 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. diff --git a/dactyl-config.yml b/dactyl-config.yml index daba78a136..f620c58439 100644 --- a/dactyl-config.yml +++ b/dactyl-config.yml @@ -3035,7 +3035,7 @@ pages: - local template: template-xrp-ledger-toml-checker.html - - name: XRPL Testnet Faucet + - name: XRP Faucets html: xrp-testnet-faucet.html funnel: Dev Tools template: template-test-net.html diff --git a/tool/template-test-net.html b/tool/template-test-net.html index 4f3e4673c7..a9119a4305 100644 --- a/tool/template-test-net.html +++ b/tool/template-test-net.html @@ -31,7 +31,7 @@ {% block main %}
-

XRP Testnet Faucet

+

XRP Faucets

Ripple runs these parallel XRP Ledger test networks, the Testnet and Devnet, to provide a testing platform for any software products built on the XRP Ledger without using real funds.

diff --git a/tool/template-websocket-api-tool.html b/tool/template-websocket-api-tool.html index 09bcb9b837..3ce9d88a85 100644 --- a/tool/template-websocket-api-tool.html +++ b/tool/template-websocket-api-tool.html @@ -107,6 +107,12 @@ s.altnet.rippletest.net (Testnet Public Server)
+
+ + +