From 241d336d0f1278355a7d7c1b4555a052b54f7a4a Mon Sep 17 00:00:00 2001 From: "martin.zemanek" Date: Thu, 25 Apr 2024 12:28:54 +0200 Subject: [PATCH] fix of categories --- .gitignore | 41 +++++++++++++++++++ v1.0/RPC Nodes/rpc-others/rpc-cosmos.md | 2 + ...pc-rostrum-blockchainAddressGetBalance.md} | 0 ...pc-rostrum-blockchainAddressGetHistory.md} | 0 ...pc-rostrum-blockchainAddressGetMempool.md} | 0 ...c-rostrum-blockchainAddressListUnspent.md} | 0 .../rpc-rostrum-blockchainBlockGet.md} | 0 .../rpc-rostrum-blockchainBlockHeader.md} | 0 .../rpc-rostrum-blockchainBlockHeaders.md} | 0 .../rpc-rostrum-blockchainEstimateFee.md} | 0 ...rpc-rostrum-blockchainHeadersSubscribe.md} | 0 .../rpc-rostrum-blockchainHeadersTip.md} | 0 .../rpc-rostrum-blockchainRelayFee.md} | 0 ...rostrum-blockchainTransactionBroadcast.md} | 0 .../rpc-rostrum-blockchainTransactionGet.md} | 0 .../rpc-rostrum-serverBanner.md} | 0 .../rpc-rostrum-serverVersion.md} | 0 17 files changed, 43 insertions(+) create mode 100644 .gitignore rename v1.0/RPC Nodes/rpc-utxo/rpc-bch/{rostrum/blockchainAddressGetBalance.md => rpc-rostrum/rpc-rostrum-blockchainAddressGetBalance.md} (100%) rename v1.0/RPC Nodes/rpc-utxo/rpc-bch/{rostrum/blockchainAddressGetHistory.md => rpc-rostrum/rpc-rostrum-blockchainAddressGetHistory.md} (100%) rename v1.0/RPC Nodes/rpc-utxo/rpc-bch/{rostrum/blockchainAddressGetMempool.md => rpc-rostrum/rpc-rostrum-blockchainAddressGetMempool.md} (100%) rename v1.0/RPC Nodes/rpc-utxo/rpc-bch/{rostrum/blockchainAddressListUnspent.md => rpc-rostrum/rpc-rostrum-blockchainAddressListUnspent.md} (100%) rename v1.0/RPC Nodes/rpc-utxo/rpc-bch/{rostrum/blockchainBlockGet.md => rpc-rostrum/rpc-rostrum-blockchainBlockGet.md} (100%) rename v1.0/RPC Nodes/rpc-utxo/rpc-bch/{rostrum/blockchainBlockHeader.md => rpc-rostrum/rpc-rostrum-blockchainBlockHeader.md} (100%) rename v1.0/RPC Nodes/rpc-utxo/rpc-bch/{rostrum/blockchainBlockHeaders.md => rpc-rostrum/rpc-rostrum-blockchainBlockHeaders.md} (100%) rename v1.0/RPC Nodes/rpc-utxo/rpc-bch/{rostrum/blockchainEstimateFee.md => rpc-rostrum/rpc-rostrum-blockchainEstimateFee.md} (100%) rename v1.0/RPC Nodes/rpc-utxo/rpc-bch/{rostrum/blockchainHeadersSubscribe.md => rpc-rostrum/rpc-rostrum-blockchainHeadersSubscribe.md} (100%) rename v1.0/RPC Nodes/rpc-utxo/rpc-bch/{rostrum/blockchainHeadersTip.md => rpc-rostrum/rpc-rostrum-blockchainHeadersTip.md} (100%) rename v1.0/RPC Nodes/rpc-utxo/rpc-bch/{rostrum/blockchainRelayFee.md => rpc-rostrum/rpc-rostrum-blockchainRelayFee.md} (100%) rename v1.0/RPC Nodes/rpc-utxo/rpc-bch/{rostrum/blockchainTransactionBroadcast.md => rpc-rostrum/rpc-rostrum-blockchainTransactionBroadcast.md} (100%) rename v1.0/RPC Nodes/rpc-utxo/rpc-bch/{rostrum/blockchainTransactionGet.md => rpc-rostrum/rpc-rostrum-blockchainTransactionGet.md} (100%) rename v1.0/RPC Nodes/rpc-utxo/rpc-bch/{rostrum/serverBanner.md => rpc-rostrum/rpc-rostrum-serverBanner.md} (100%) rename v1.0/RPC Nodes/rpc-utxo/rpc-bch/{rostrum/serverVersion.md => rpc-rostrum/rpc-rostrum-serverVersion.md} (100%) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..183255f --- /dev/null +++ b/.gitignore @@ -0,0 +1,41 @@ + +.env +.env-development +.env-production + +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# Dependency directories +node_modules/ +jspm_packages/ + +# Optional npm cache directory +.npm + +# Output of 'npm pack' +*.tgz + +# Random crap +trash +.DS_Store +.sass-cache +.tmp +.rvmrc +.trashes +*~ + +# Gatsby related +.cache/ +public + +# Editor +.vscode +.vscode-test +*.sublime-project +*.sublime-workspace +sftp-config.json% diff --git a/v1.0/RPC Nodes/rpc-others/rpc-cosmos.md b/v1.0/RPC Nodes/rpc-others/rpc-cosmos.md index 4218144..635c6c8 100644 --- a/v1.0/RPC Nodes/rpc-others/rpc-cosmos.md +++ b/v1.0/RPC Nodes/rpc-others/rpc-cosmos.md @@ -1,9 +1,11 @@ --- title: "Cosmos" slug: "rpc-cosmos" +category: "6620f7e31ea673003624a8cc" excerpt: "" hidden: false createdAt: "Wed Mar 06 2024 10:35:18 GMT+0000 (Coordinated Universal Time)" updatedAt: "Sat Apr 06 2024 12:59:41 GMT+0000 (Coordinated Universal Time)" --- +Cosmos RPC (Remote Procedure Call) provides developers with a standardized interface to interact with the Cosmos blockchain network. It facilitates various operations, such as querying blockchain data, broadcasting transactions, and accessing node information. This powerful tool enables seamless integration of applications with the Cosmos ecosystem, enhancing functionality and user experience by leveraging real-time data communication and manipulation. \ No newline at end of file diff --git a/v1.0/RPC Nodes/rpc-utxo/rpc-bch/rostrum/blockchainAddressGetBalance.md b/v1.0/RPC Nodes/rpc-utxo/rpc-bch/rpc-rostrum/rpc-rostrum-blockchainAddressGetBalance.md similarity index 100% rename from v1.0/RPC Nodes/rpc-utxo/rpc-bch/rostrum/blockchainAddressGetBalance.md rename to v1.0/RPC Nodes/rpc-utxo/rpc-bch/rpc-rostrum/rpc-rostrum-blockchainAddressGetBalance.md diff --git a/v1.0/RPC Nodes/rpc-utxo/rpc-bch/rostrum/blockchainAddressGetHistory.md b/v1.0/RPC Nodes/rpc-utxo/rpc-bch/rpc-rostrum/rpc-rostrum-blockchainAddressGetHistory.md similarity index 100% rename from v1.0/RPC Nodes/rpc-utxo/rpc-bch/rostrum/blockchainAddressGetHistory.md rename to v1.0/RPC Nodes/rpc-utxo/rpc-bch/rpc-rostrum/rpc-rostrum-blockchainAddressGetHistory.md diff --git a/v1.0/RPC Nodes/rpc-utxo/rpc-bch/rostrum/blockchainAddressGetMempool.md b/v1.0/RPC Nodes/rpc-utxo/rpc-bch/rpc-rostrum/rpc-rostrum-blockchainAddressGetMempool.md similarity index 100% rename from v1.0/RPC Nodes/rpc-utxo/rpc-bch/rostrum/blockchainAddressGetMempool.md rename to v1.0/RPC Nodes/rpc-utxo/rpc-bch/rpc-rostrum/rpc-rostrum-blockchainAddressGetMempool.md diff --git a/v1.0/RPC Nodes/rpc-utxo/rpc-bch/rostrum/blockchainAddressListUnspent.md b/v1.0/RPC Nodes/rpc-utxo/rpc-bch/rpc-rostrum/rpc-rostrum-blockchainAddressListUnspent.md similarity index 100% rename from v1.0/RPC Nodes/rpc-utxo/rpc-bch/rostrum/blockchainAddressListUnspent.md rename to v1.0/RPC Nodes/rpc-utxo/rpc-bch/rpc-rostrum/rpc-rostrum-blockchainAddressListUnspent.md diff --git a/v1.0/RPC Nodes/rpc-utxo/rpc-bch/rostrum/blockchainBlockGet.md b/v1.0/RPC Nodes/rpc-utxo/rpc-bch/rpc-rostrum/rpc-rostrum-blockchainBlockGet.md similarity index 100% rename from v1.0/RPC Nodes/rpc-utxo/rpc-bch/rostrum/blockchainBlockGet.md rename to v1.0/RPC Nodes/rpc-utxo/rpc-bch/rpc-rostrum/rpc-rostrum-blockchainBlockGet.md diff --git a/v1.0/RPC Nodes/rpc-utxo/rpc-bch/rostrum/blockchainBlockHeader.md b/v1.0/RPC Nodes/rpc-utxo/rpc-bch/rpc-rostrum/rpc-rostrum-blockchainBlockHeader.md similarity index 100% rename from v1.0/RPC Nodes/rpc-utxo/rpc-bch/rostrum/blockchainBlockHeader.md rename to v1.0/RPC Nodes/rpc-utxo/rpc-bch/rpc-rostrum/rpc-rostrum-blockchainBlockHeader.md diff --git a/v1.0/RPC Nodes/rpc-utxo/rpc-bch/rostrum/blockchainBlockHeaders.md b/v1.0/RPC Nodes/rpc-utxo/rpc-bch/rpc-rostrum/rpc-rostrum-blockchainBlockHeaders.md similarity index 100% rename from v1.0/RPC Nodes/rpc-utxo/rpc-bch/rostrum/blockchainBlockHeaders.md rename to v1.0/RPC Nodes/rpc-utxo/rpc-bch/rpc-rostrum/rpc-rostrum-blockchainBlockHeaders.md diff --git a/v1.0/RPC Nodes/rpc-utxo/rpc-bch/rostrum/blockchainEstimateFee.md b/v1.0/RPC Nodes/rpc-utxo/rpc-bch/rpc-rostrum/rpc-rostrum-blockchainEstimateFee.md similarity index 100% rename from v1.0/RPC Nodes/rpc-utxo/rpc-bch/rostrum/blockchainEstimateFee.md rename to v1.0/RPC Nodes/rpc-utxo/rpc-bch/rpc-rostrum/rpc-rostrum-blockchainEstimateFee.md diff --git a/v1.0/RPC Nodes/rpc-utxo/rpc-bch/rostrum/blockchainHeadersSubscribe.md b/v1.0/RPC Nodes/rpc-utxo/rpc-bch/rpc-rostrum/rpc-rostrum-blockchainHeadersSubscribe.md similarity index 100% rename from v1.0/RPC Nodes/rpc-utxo/rpc-bch/rostrum/blockchainHeadersSubscribe.md rename to v1.0/RPC Nodes/rpc-utxo/rpc-bch/rpc-rostrum/rpc-rostrum-blockchainHeadersSubscribe.md diff --git a/v1.0/RPC Nodes/rpc-utxo/rpc-bch/rostrum/blockchainHeadersTip.md b/v1.0/RPC Nodes/rpc-utxo/rpc-bch/rpc-rostrum/rpc-rostrum-blockchainHeadersTip.md similarity index 100% rename from v1.0/RPC Nodes/rpc-utxo/rpc-bch/rostrum/blockchainHeadersTip.md rename to v1.0/RPC Nodes/rpc-utxo/rpc-bch/rpc-rostrum/rpc-rostrum-blockchainHeadersTip.md diff --git a/v1.0/RPC Nodes/rpc-utxo/rpc-bch/rostrum/blockchainRelayFee.md b/v1.0/RPC Nodes/rpc-utxo/rpc-bch/rpc-rostrum/rpc-rostrum-blockchainRelayFee.md similarity index 100% rename from v1.0/RPC Nodes/rpc-utxo/rpc-bch/rostrum/blockchainRelayFee.md rename to v1.0/RPC Nodes/rpc-utxo/rpc-bch/rpc-rostrum/rpc-rostrum-blockchainRelayFee.md diff --git a/v1.0/RPC Nodes/rpc-utxo/rpc-bch/rostrum/blockchainTransactionBroadcast.md b/v1.0/RPC Nodes/rpc-utxo/rpc-bch/rpc-rostrum/rpc-rostrum-blockchainTransactionBroadcast.md similarity index 100% rename from v1.0/RPC Nodes/rpc-utxo/rpc-bch/rostrum/blockchainTransactionBroadcast.md rename to v1.0/RPC Nodes/rpc-utxo/rpc-bch/rpc-rostrum/rpc-rostrum-blockchainTransactionBroadcast.md diff --git a/v1.0/RPC Nodes/rpc-utxo/rpc-bch/rostrum/blockchainTransactionGet.md b/v1.0/RPC Nodes/rpc-utxo/rpc-bch/rpc-rostrum/rpc-rostrum-blockchainTransactionGet.md similarity index 100% rename from v1.0/RPC Nodes/rpc-utxo/rpc-bch/rostrum/blockchainTransactionGet.md rename to v1.0/RPC Nodes/rpc-utxo/rpc-bch/rpc-rostrum/rpc-rostrum-blockchainTransactionGet.md diff --git a/v1.0/RPC Nodes/rpc-utxo/rpc-bch/rostrum/serverBanner.md b/v1.0/RPC Nodes/rpc-utxo/rpc-bch/rpc-rostrum/rpc-rostrum-serverBanner.md similarity index 100% rename from v1.0/RPC Nodes/rpc-utxo/rpc-bch/rostrum/serverBanner.md rename to v1.0/RPC Nodes/rpc-utxo/rpc-bch/rpc-rostrum/rpc-rostrum-serverBanner.md diff --git a/v1.0/RPC Nodes/rpc-utxo/rpc-bch/rostrum/serverVersion.md b/v1.0/RPC Nodes/rpc-utxo/rpc-bch/rpc-rostrum/rpc-rostrum-serverVersion.md similarity index 100% rename from v1.0/RPC Nodes/rpc-utxo/rpc-bch/rostrum/serverVersion.md rename to v1.0/RPC Nodes/rpc-utxo/rpc-bch/rpc-rostrum/rpc-rostrum-serverVersion.md