Remove unused dev-tools.md files

This commit is contained in:
mDuo13
2023-02-28 18:07:28 -08:00
parent 2bf9323ffd
commit a9fe6a0b39
2 changed files with 0 additions and 87 deletions

View File

@@ -1,34 +0,0 @@
# 開発者用ツール
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)

View File

@@ -1,53 +0,0 @@
# 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.
- **[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}})