mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 11:45:50 +00:00
1.5 KiB
1.5 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. -
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.
-
Need to see the rippled API in action ASAP? Use this tool to send prepopulated 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 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 >