Files
xrpl-dev-portal/content/dev-tools/dev-tools.md
2018-05-03 18:31:13 -07:00

29 lines
1.5 KiB
Markdown

# 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)**
Use this JSON-RPC-based debugging tool to print raw information about a XRP Ledger account, transaction, or ledger.
* **[XRP Ledger Test Net Faucet](xrp-test-net-faucet.html)**
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.
<!--{# TODO: For information about how to connect your `rippled` test server to the Test Net, see [XXXXX](x). #}-->
* **[rippled API WebSocket Tool](websocket-api-tool.html)**
Need to see the rippled API in action ASAP? Use this tool to send prepopulated sample requests and get responses. No setup required.
<!--{# TODO: which methods are surfaced here -- is this all of them? #}-->
* **[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.
* **[rippled.txt Validator](ripple-txt-validator.html)**
Use this tool to verify that your `ripple.txt` is syntactically correct and deployed properly.
Have an idea for a tool not provided here? [Contact us >](mailto:docs@ripple.com)