mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 19:55:54 +00:00
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:
@@ -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)**
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user