Add xrp-ledger.toml Checker

- Update ripple-lib to 1.2.4
- Redirects ripple.txt validator to the xrp-ledger.toml checker
This commit is contained in:
mDuo13
2019-06-07 17:37:33 -07:00
parent afdb60c28e
commit 80ed51614f
9 changed files with 1935 additions and 32 deletions

View File

@@ -19,11 +19,9 @@ Ripple provides a set of developer tools to help you test, explore, and validate
Use the WebSocket and JSON-RPC Test Net endpoints to test software built on the XRP Ledger without using real funds. Generate Test Net credentials and funds for testing purposes. Test Net ledger and balances are reset on a regular basis.
* **[ripple.txt Validator](ripple-txt-validator.html)**
* **[xrp-ledger.toml Checker](xrp-ledger-toml-checker.html)**
Use this tool to verify that your `ripple.txt` is syntactically correct and deployed properly.
**Warning:** The `ripple.txt` file definition has been deprecated. Use an [xrp-ledger.toml file](xrp-ledger-toml.html) instead.
Use this tool to verify that your [xrp-ledger.toml file](xrp-ledger-toml.html) is set up properly.
* **[Transaction Sender](tx-sender.html)**

View File

@@ -6,7 +6,7 @@ This tutorial explains how to send a simple XRP Payment using RippleAPI for Java
<!-- Interactive example use ripple-lib and its prerequisites -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.17.11/lodash.js"></script>
<script type="application/javascript" src="assets/js/ripple-lib-1.1.2-min.js"></script>
<script type="application/javascript" src="assets/js/ripple-lib-1.2.4-min.js"></script>
<!-- Helper for interactive tutorial breadcrumbs -->
<script type="application/javascript" src="assets/js/interactive-tutorial.js"></script>