mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 11:45:50 +00:00
35 lines
2.0 KiB
Markdown
35 lines
2.0 KiB
Markdown
# 開発者用ツール
|
|
|
|
Rippleには、XRP LedgerのAPIリクエストと動作をテスト、探索、検証するための一連の開発者用ツールがそろっています。
|
|
|
|
* **[XRP Ledger RPC Tool](xrp-ledger-rpc-tool.html)**
|
|
|
|
このツールを使用して、XRP Ledgerのアカウント、取引、台帳についての生データを出力します。
|
|
|
|
* **[WebSocket API Tool](websocket-api-tool.html)**
|
|
|
|
このツールを使用して、`rippled` APIにサンプル要求を送信し、応答を取得します。設定は何も必要ありません。
|
|
|
|
* **[Data API v2 Tool](data-api-v2-tool.html)**
|
|
|
|
サンプル要求でData APIを試して、実際の応答を取得します。設定は何も必要ありません。
|
|
|
|
* **[xrp-ledger.toml Checker](xrp-ledger-toml-checker.html)**
|
|
|
|
このツールを使用して、[xrp-ledger.tomlファイル](xrp-ledger-toml.html)が適切にセットアップされていることを確認します。
|
|
|
|
* **[XRP Faucet](xrp-testnet-faucet.html)**
|
|
|
|
XRP Ledger TestnetまたはDevnetのクレデンシャルとテスト用XRPを取得し、これらの並列ネットワークのサーバーに接続して、実際の資金を使用せずにXRP Ledgerでソフトウェアの構築をテストします。
|
|
|
|
* **[Transaction Sender](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)
|