From a9fe6a0b39ae6642983ceaa895972746011a1de5 Mon Sep 17 00:00:00 2001 From: mDuo13 Date: Tue, 28 Feb 2023 18:07:28 -0800 Subject: [PATCH] Remove unused dev-tools.md files --- content/dev-tools/dev-tools.ja.md | 34 -------------------- content/dev-tools/dev-tools.md | 53 ------------------------------- 2 files changed, 87 deletions(-) delete mode 100644 content/dev-tools/dev-tools.ja.md delete mode 100644 content/dev-tools/dev-tools.md diff --git a/content/dev-tools/dev-tools.ja.md b/content/dev-tools/dev-tools.ja.md deleted file mode 100644 index 0c3d7da4ef..0000000000 --- a/content/dev-tools/dev-tools.ja.md +++ /dev/null @@ -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) diff --git a/content/dev-tools/dev-tools.md b/content/dev-tools/dev-tools.md deleted file mode 100644 index 083c90c61a..0000000000 --- a/content/dev-tools/dev-tools.md +++ /dev/null @@ -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}})