Merge pull request #693 from mDuo13/devnet_url

Add Devnet URLs, rename faucet
This commit is contained in:
Rome Reginelli
2019-10-01 12:47:44 -07:00
committed by GitHub
5 changed files with 23 additions and 15 deletions

View File

@@ -22,7 +22,7 @@ function rippleTestNetCredentials(url, altnet_name) {
success: function(data) {
//hide the loader and show results
loader.hide();
credentials.hide().html('<h2>Your Credentials</h2>').fadeIn('fast')
credentials.hide().html('<h2>Your '+altnet_name+' Credentials</h2>').fadeIn('fast')
address.hide().html('<h3>Address</h3> ' +
data.account.address).fadeIn('fast')
secret.hide().html('<h3>Secret</h3> ' +

View File

@@ -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.

View File

@@ -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

View File

@@ -31,7 +31,7 @@
{% block main %}
<section class="container-fluid pt-3 p-md-3">
<h1>XRP Testnet Faucet</h1>
<h1>XRP Faucets</h1>
<div class="content">
<p>Ripple runs these <a href="parallel-networks.html">parallel XRP Ledger test networks</a>, the Testnet and Devnet, to provide a testing platform for any software products built on the XRP Ledger without using real funds.</p>

View File

@@ -107,6 +107,12 @@
s.altnet.rippletest.net (Testnet Public Server)
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="wstool-1-connection" id="wstool-1-connection-devnet" value="wss://s.devnet.rippletest.net:51233/" data-jsonrpcurl="https://s.devnet.rippletest.net:51234/" data-shortname="Devnet">
<label class="form-check-label" for="wstool-1-connection-devnet">
s.devnet.rippletest.net (Devnet Public Server)
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="wstool-1-connection" id="wstool-1-connection-localhost" value="ws://localhost:6006/" data-jsonrpcurl="http://localhost:5005/" data-shortname="Local server">
<label class="form-check-label" for="wstool-1-connection-localhost">