- Rename "XRP Test Net" to "XRP Ledger Testnet" - Add XRP Ledger Devnet to tooling - Update "Parallel Networks" page to describe Testnet & Devnet, and fix typos. - Add "Mainnet" as a name for the production XRP Ledger network (in context of testnets)
1.7 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.
-
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.
-
Use this tool to verify that your [xrp-ledger.toml file](xrp-ledger-toml.html) is set up properly. -
Test how your code handles various XRP Ledger transactions by sending them over the Testnet to the address of your choice.
-
View validations of new ledger versions in real-time, chart the geographic location of servers in the XRP Ledger network, and explore the state of the ledger. Testnet Explorer also available!
Have an idea for a tool not provided here? Contact us >