mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 03:35:51 +00:00
58 lines
2.6 KiB
Markdown
58 lines
2.6 KiB
Markdown
# Dev Tools
|
|
|
|
Use these developer tools to help you test, explore, and validate XRP Ledger API requests and behavior. All of the following tools are part of this website:
|
|
|
|
* **[XRP Ledger RPC Tool](xrp-ledger-rpc-tool.html)**
|
|
|
|
Use this tool to print raw information about a XRP Ledger account, transaction, or ledger.
|
|
|
|
* **[WebSocket API Tool](websocket-api-tool.html)**
|
|
|
|
Use this tool to send sample requests and get responses from the `rippled` API. 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.
|
|
|
|
* **[Domain Verification Checker](validator-domain-verifier.html)**
|
|
|
|
Use this tool to check that your validator's domain can be verified.
|
|
|
|
* **[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.
|
|
|
|
* **[XRP Ledger Explorer](https://livenet.xrpl.org/)**
|
|
|
|
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](https://testnet.xrpl.org/) also available!
|
|
|
|
## More Tools
|
|
|
|
The following tools are maintained by the XRP Ledger community:
|
|
|
|
- **[Binary Visualizer](https://richardah.github.io/xrpl-binary-visualizer/)**
|
|
|
|
Parse the XRP Ledger's [native binary format](serialization.html) with a visual representation breaking down the raw structure into its component parts.
|
|
|
|
- **[Bithomp Explorer](https://bithomp.com/)**
|
|
|
|
Explore public ledger data including accounts' transaction history and known names.
|
|
|
|
- **[Ledger Stream](https://ledger-stream-beta.xrplf.org/)**
|
|
|
|
Watch the [consensus process](consensus.html) occur in real time.
|
|
|
|
- **[Token List](https://xumm.community/tokens)**
|
|
|
|
See all [tokens issued](issued-currencies.html) in the XRP Ledger and use preset tools to issue custom tokens at the click of a button.
|
|
|
|
- **[XRPScan](https://xrpscan.com/)**
|
|
|
|
Explore ledger activity, view [amendment voting](amendments.html) in real-time, and get account information. [API access](https://docs.xrpscan.com/) also available.
|
|
|
|
Have an idea for a tool not provided here? [Contact us >](mailto:docs@ripple.com) or [Open a pull request >]({{target.github_forkurl}}/edit/{{target.github_branch}}/content/{{currentpage.md}})
|