mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-23 13:15:49 +00:00
35 lines
2.0 KiB
Markdown
35 lines
2.0 KiB
Markdown
# 開発者用ツール
|
|
|
|
Rippleには、XRP LedgerのAPIリクエストと動作をテスト、探索、検証するための一連の開発者用ツールがそろっています。
|
|
|
|
* **[XRP Ledger RPCツール](xrp-ledger-rpc-tool.html)**
|
|
|
|
このツールを使用して、XRP Ledgerのアカウント、取引、台帳についての生データを出力します。
|
|
|
|
* **[WebSocket APIツール](websocket-api-tool.html)**
|
|
|
|
このツールを使用して、`rippled` APIにサンプル要求を送信し、応答を取得します。設定は何も必要ありません。
|
|
|
|
* **[xrp-ledger.tomlチェッカー](xrp-ledger-toml-checker.html)**
|
|
|
|
このツールを使用して、[xrp-ledger.tomlファイル](xrp-ledger-toml.html)が適切にセットアップされていることを確認します。
|
|
|
|
* **[ドメイン検証チェッカー](validator-domain-verifier.html)**
|
|
|
|
Use this tool to check that your validator's domain can be verified.
|
|
|
|
* **[XRP Faucet](xrp-testnet-faucet.html)**
|
|
|
|
XRP Ledger TestnetまたはDevnetのクレデンシャルとテスト用XRPを取得し、これらの並列ネットワークのサーバーに接続して、実際の資金を使用せずにXRP Ledgerでソフトウェアの構築をテストします。
|
|
|
|
* **[トランザクション送信ツール](tx-sender.html)**
|
|
|
|
選択したアドレスにXRP LedgerトランザクションをTestnet経由で送信し、コードによってさまざまなXRP Ledgerトランザクションが処理される方法をテストします。
|
|
|
|
* **[XRP Ledger Explorer](https://livenet.xrpl.org/)**
|
|
|
|
レジャーの新バージョンの検証をリアルタイムで表示し、XRP Ledgerネットワーク内のサーバーの地理的位置をグラフ化し、レジャーの状態を調べます。[Testnet Explorer](https://testnet.xrpl.org/)も使用できます。
|
|
|
|
|
|
ここにないツールについて何かアイデアをお持ちですか? [お問い合わせ>](mailto:docs@ripple.com)
|