1.6 KiB
Dev Tools
Ripple provides a set of developer tools to help you test, explore, and validate XRP Ledger API requests and behavior.
-
Use this JSON-RPC-based debugging tool to print raw information about a XRP Ledger account, transaction, or ledger.
-
Need to see the rippled API in action ASAP? Use this tool to send sample requests and get responses. No setup required.
-
Need to see the Data API v2 in action ASAP? Use this tool to send prepopulated sample requests and get responses. No setup required.
-
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.
-
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. -
Test how your code handles various XRP Ledger transactions by sending them over the Test Net to the address of your choice.
Have an idea for a tool not provided here? Contact us >