mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 03:35:51 +00:00
Fix some lingering TODOs
This commit is contained in:
@@ -1,28 +1,27 @@
|
||||
# Dev Tools
|
||||
<!--{# TODO: Ensure that the list below follows the order of the left nav. #}-->
|
||||
|
||||
Ripple provides a set of developer tools to help you test, explore, and validate XRP Ledger API requests and behavior.
|
||||
|
||||
* **[XRP Ledger Lookup Tool](xrp-ledger-rpc-tool.html)**
|
||||
* **[XRP Ledger RPC Tool](xrp-ledger-rpc-tool.html)**
|
||||
|
||||
Use this JSON-RPC-based debugging tool to print raw information about a XRP Ledger account, transaction, or ledger.
|
||||
Use this tool to print raw information about a XRP Ledger account, transaction, or ledger.
|
||||
|
||||
* **[rippled API WebSocket Tool](websocket-api-tool.html)**
|
||||
* **[WebSocket API Tool](websocket-api-tool.html)**
|
||||
|
||||
Need to see the rippled API in action ASAP? Use this tool to send sample requests and get responses. No setup required.
|
||||
Use this tool to send sample requests and get responses from the `rippled` API. No setup required.
|
||||
|
||||
* **[Data API v2 Tool](data-api-v2-tool.html)**
|
||||
|
||||
Need to see the Data API v2 in action ASAP? Use this tool to send prepopulated sample requests and get responses. No setup required.
|
||||
|
||||
* **[XRP Ledger Testnet Faucet](xrp-testnet-faucet.html)**
|
||||
|
||||
Get credentials and test XRP for XRP Ledger Testnet or Devnet, and connect to servers in these parallel networks to test building software on the XRP Ledger without using real funds.
|
||||
Try the Data API with example requests and get real responses. No setup required.
|
||||
|
||||
* **[xrp-ledger.toml Checker](xrp-ledger-toml-checker.html)**
|
||||
|
||||
Use this tool to verify that your [xrp-ledger.toml file](xrp-ledger-toml.html) is set up properly.
|
||||
|
||||
* **[XRP Faucets](xrp-testnet-faucet.html)**
|
||||
|
||||
Get credentials and test-XRP for XRP Ledger Testnet or Devnet, and connect to servers in these parallel networks to test building software on the XRP Ledger without using real funds.
|
||||
|
||||
* **[Transaction Sender](tx-sender.html)**
|
||||
|
||||
Test how your code handles various XRP Ledger transactions by sending them over the Testnet to the address of your choice.
|
||||
|
||||
Reference in New Issue
Block a user