Skip to content

Commit

Permalink
Merge pull request #489 from MoralisWeb3/meta-titles-and-descriptions…
Browse files Browse the repository at this point in the history
…-update-rpc-methods

updated meta titles and descriptions
  • Loading branch information
bharathbabu-moralis authored Aug 28, 2024
2 parents 74cbd6f + 4ed8e72 commit 40cb637
Show file tree
Hide file tree
Showing 28 changed files with 140 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/07-rpc-nodes/reference/01-EVM RPC/eth_blockNumber.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,18 @@
sidebar_position: 0
sidebar_label: eth_blockNumber
slug: /rpc-nodes/reference/eth_blockNumber
description: eth_blockNumber returns the latest block number of the blockchain. Useful for monitoring the network's state, fetching historical data & checking for new blocks.
---

import ApiReference from "@site/src/components/ApiReference";
import Admonition from "@theme/Admonition";
import Link from "@docusaurus/Link";
import config from "../../../configs/api-reference/configs.json";

<head>
<title>eth_blockNumber RPC Method - Moralis Documentation</title>
</head>

## Get Block Number

<ApiReference {...config.rpc.eth_blockNumber} >
Expand Down
5 changes: 5 additions & 0 deletions docs/07-rpc-nodes/reference/01-EVM RPC/eth_call.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,18 @@
sidebar_position: 1
sidebar_label: eth_call
slug: /rpc-nodes/reference/eth_call
description: eth_call executes a new message call without creating a transaction on the blockchain. Useful for reading data from the blockchain without publishing anything.
---

import ApiReference from "@site/src/components/ApiReference";
import Admonition from "@theme/Admonition";
import Link from "@docusaurus/Link";
import config from "../../../configs/api-reference/configs.json";

<head>
<title>eth_call RPC Method - Moralis Documentation</title>
</head>

## Get Call

<ApiReference {...config.rpc.eth_call} >
Expand Down
5 changes: 5 additions & 0 deletions docs/07-rpc-nodes/reference/01-EVM RPC/eth_chainId.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,18 @@
sidebar_position: 2
sidebar_label: eth_chainId
slug: /rpc-nodes/reference/eth_chainId
description: eth_chainId returns the currently configured network/chain ID. Useful for ensuring your application connects to the correct blockchain network.
---

import ApiReference from "@site/src/components/ApiReference";
import Admonition from "@theme/Admonition";
import Link from "@docusaurus/Link";
import config from "../../../configs/api-reference/configs.json";

<head>
<title>eth_chainId RPC Method - Moralis Documentation</title>
</head>

## Get ChainId

<ApiReference {...config.rpc.eth_chainId} >
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,18 @@
sidebar_position: 3
sidebar_label: eth_createAccessList
slug: /rpc-nodes/reference/eth_createAccessList
description: eth_createAccessList generates an access list for transactions through specifying addresses and storage keys. Useful for optimizing gas costs.
---

import ApiReference from "@site/src/components/ApiReference";
import Admonition from "@theme/Admonition";
import Link from "@docusaurus/Link";
import config from "../../../configs/api-reference/configs.json";

<head>
<title>eth_createAccessList RPC Method - Moralis Documentation</title>
</head>

## Create Access List

<ApiReference {...config.rpc.eth_createAccessList} >
Expand Down
5 changes: 5 additions & 0 deletions docs/07-rpc-nodes/reference/01-EVM RPC/eth_estimateGas.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,18 @@
sidebar_position: 4
sidebar_label: eth_estimateGas
slug: /rpc-nodes/reference/eth_estimateGas
description: eth_estimateGas generates and returns an estimate of how much gas a transaction requires. Useful for predicting gas costs and preventing failed transactions.
---

import ApiReference from "@site/src/components/ApiReference";
import Admonition from "@theme/Admonition";
import Link from "@docusaurus/Link";
import config from "../../../configs/api-reference/configs.json";

<head>
<title>eth_estimateGas RPC Method - Moralis Documentation</title>
</head>

## Estimate Gas

<ApiReference {...config.rpc.eth_estimateGas} >
Expand Down
5 changes: 5 additions & 0 deletions docs/07-rpc-nodes/reference/01-EVM RPC/eth_feeHistory.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,18 @@
sidebar_position: 5
sidebar_label: eth_feeHistory
slug: /rpc-nodes/reference/eth_feeHistory
description: eth_feeHistory provides historical gas fee data. Useful for tracking and analyzing gas trends over time.
---

import ApiReference from "@site/src/components/ApiReference";
import Admonition from "@theme/Admonition";
import Link from "@docusaurus/Link";
import config from "../../../configs/api-reference/configs.json";

<head>
<title>eth_feeHistory RPC Method - Moralis Documentation</title>
</head>

## Get Fee History

<ApiReference {...config.rpc.eth_feeHistory} >
Expand Down
5 changes: 5 additions & 0 deletions docs/07-rpc-nodes/reference/01-EVM RPC/eth_gasPrice.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,18 @@
sidebar_position: 6
sidebar_label: eth_gasPrice
slug: /rpc-nodes/reference/eth_gasPrice
description: eth_gasPrice retrieves the current gas price on the network in wei. Useful for setting an appropriate gas price for transactions.
---

import ApiReference from "@site/src/components/ApiReference";
import Admonition from "@theme/Admonition";
import Link from "@docusaurus/Link";
import config from "../../../configs/api-reference/configs.json";

<head>
<title>eth_gasPrice RPC Method - Moralis Documentation</title>
</head>

## Get Gas Price

<ApiReference {...config.rpc.eth_gasPrice} >
Expand Down
5 changes: 5 additions & 0 deletions docs/07-rpc-nodes/reference/01-EVM RPC/eth_getBalance.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,18 @@
sidebar_position: 7
sidebar_label: eth_getBalance
slug: /rpc-nodes/reference/eth_getBalance
description: eth_getBalance returns the account balance of a given address in wei. Useful for checking the native chain currency balance of an address.
---

import ApiReference from "@site/src/components/ApiReference";
import Admonition from "@theme/Admonition";
import Link from "@docusaurus/Link";
import config from "../../../configs/api-reference/configs.json";

<head>
<title>eth_getBalance RPC Method - Moralis Documentation</title>
</head>

## Get Balance

<ApiReference {...config.rpc.eth_getBalance} >
Expand Down
5 changes: 5 additions & 0 deletions docs/07-rpc-nodes/reference/01-EVM RPC/eth_getBlockByHash.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,18 @@
sidebar_position: 8
sidebar_label: eth_getBlockByHash
slug: /rpc-nodes/reference/eth_getBlockByHash
description: eth_getBlockByHash returns block details matching the given block hash. Useful for retrieving information about a specific block on the blockchain.
---

import ApiReference from "@site/src/components/ApiReference";
import Admonition from "@theme/Admonition";
import Link from "@docusaurus/Link";
import config from "../../../configs/api-reference/configs.json";

<head>
<title>eth_getBlockByHash RPC Method - Moralis Documentation</title>
</head>

## Get Block By Hash

<ApiReference {...config.rpc.eth_getBlockByHash} >
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,18 @@
sidebar_position: 9
sidebar_label: eth_getBlockByNumber
slug: /rpc-nodes/reference/eth_getBlockByNumber
description: eth_getBlockByNumber returns block data based on the given block number. Useful for retrieving detailed information about a particular block.
---

import ApiReference from "@site/src/components/ApiReference";
import Admonition from "@theme/Admonition";
import Link from "@docusaurus/Link";
import config from "../../../configs/api-reference/configs.json";

<head>
<title>eth_getBlockByNumber RPC Method - Moralis Documentation</title>
</head>

## Get Block By Number

<ApiReference {...config.rpc.eth_getBlockByNumber} >
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,18 @@
sidebar_position: 12
sidebar_label: eth_getBlockReceipts
slug: /rpc-nodes/reference/eth_getBlockReceipts
description: eth_getBlockReceipts retrieves all transaction receipts for a given block. Useful for verifying transaction outcomes and statuses.
---

import ApiReference from "@site/src/components/ApiReference";
import Admonition from "@theme/Admonition";
import Link from "@docusaurus/Link";
import config from "../../../configs/api-reference/configs.json";

<head>
<title>eth_getBlockReceipts RPC Method - Moralis Documentation</title>
</head>

## Get Block Receipts

<ApiReference {...config.rpc.eth_getBlockReceipts} >
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,18 @@
sidebar_position: 10
sidebar_label: eth_getBlockTransactionCountByHash
slug: /rpc-nodes/reference/eth_getBlockTransactionCountByHash
description: eth_getBlockTransactionCountByHash returns the number of transactions for a block matching the given block hash. Useful for analyzing transaction activity.
---

import ApiReference from "@site/src/components/ApiReference";
import Admonition from "@theme/Admonition";
import Link from "@docusaurus/Link";
import config from "../../../configs/api-reference/configs.json";

<head>
<title>eth_getBlockTransactionCountByHash RPC Method - Moralis Documentation</title>
</head>

## Get Block Transaction Count By Hash

<ApiReference {...config.rpc.eth_getBlockTransactionCountByHash} >
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,18 @@
sidebar_position: 11
sidebar_label: eth_getBlockTransactionCountByNumber
slug: /rpc-nodes/reference/eth_getBlockTransactionCountByNumber
description: eth_getBlockTransactionCountByNumber returns the number of transactions for a block based on the given block number. Useful for analyzing transaction activity.
---

import ApiReference from "@site/src/components/ApiReference";
import Admonition from "@theme/Admonition";
import Link from "@docusaurus/Link";
import config from "../../../configs/api-reference/configs.json";

<head>
<title>eth_getBlockTransactionCountByNumber RPC Method - Moralis Documentation</title>
</head>

## Get Block Transaction Count By Number

<ApiReference {...config.rpc.eth_getBlockTransactionCountByNumber} >
Expand Down
5 changes: 5 additions & 0 deletions docs/07-rpc-nodes/reference/01-EVM RPC/eth_getCode.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,18 @@
sidebar_position: 13
sidebar_label: eth_getCode
slug: /rpc-nodes/reference/eth_getCode
description: eth_getCode returns the compiled bytecode of a smart contract, if any, at a given address. Useful for inspecting or verifying the code of deployed contracts.
---

import ApiReference from "@site/src/components/ApiReference";
import Admonition from "@theme/Admonition";
import Link from "@docusaurus/Link";
import config from "../../../configs/api-reference/configs.json";

<head>
<title>eth_getCode RPC Method - Moralis Documentation</title>
</head>

## Get Code

<ApiReference {...config.rpc.eth_getCode} >
Expand Down
5 changes: 5 additions & 0 deletions docs/07-rpc-nodes/reference/01-EVM RPC/eth_getLogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,18 @@
sidebar_position: 14
sidebar_label: eth_getLogs
slug: /rpc-nodes/reference/eth_getLogs
description: eth_getLogs returns an array of all the logs matching a given filter object. Useful for filtering and monitoring specific contract events.
---

import ApiReference from "@site/src/components/ApiReference";
import Admonition from "@theme/Admonition";
import Link from "@docusaurus/Link";
import config from "../../../configs/api-reference/configs.json";

<head>
<title>eth_getLogs RPC Method - Moralis Documentation</title>
</head>

## Get Logs

<ApiReference {...config.rpc.eth_getLogs} >
Expand Down
5 changes: 5 additions & 0 deletions docs/07-rpc-nodes/reference/01-EVM RPC/eth_getProof.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,18 @@
sidebar_position: 15
sidebar_label: eth_getProof
slug: /rpc-nodes/reference/eth_getProof
description: eth_getProof returns the account or storage values - including the Merkle proof - for a specified account. Useful for verifying a contract or account's state.
---

import ApiReference from "@site/src/components/ApiReference";
import Admonition from "@theme/Admonition";
import Link from "@docusaurus/Link";
import config from "../../../configs/api-reference/configs.json";

<head>
<title>eth_getProof RPC Method - Moralis Documentation</title>
</head>

## Get Proof

<ApiReference {...config.rpc.eth_getProof} >
Expand Down
5 changes: 5 additions & 0 deletions docs/07-rpc-nodes/reference/01-EVM RPC/eth_getStorageAt.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,18 @@
sidebar_position: 16
sidebar_label: eth_getStorageAt
slug: /rpc-nodes/reference/eth_getStorageAt
description: eth_getStorageAt returns a smart contract storage position from a given address. Useful for reading contract data.
---

import ApiReference from "@site/src/components/ApiReference";
import Admonition from "@theme/Admonition";
import Link from "@docusaurus/Link";
import config from "../../../configs/api-reference/configs.json";

<head>
<title>eth_getStorageAt RPC Method - Moralis Documentation</title>
</head>

## Get Storage At

<ApiReference {...config.rpc.eth_getStorageAt} >
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,18 @@
sidebar_position: 18
sidebar_label: eth_getTransactionByBlockHashAndIndex
slug: /rpc-nodes/reference/eth_getTransactionByBlockHashAndIndex
description: eth_getTransactionByBlockHashAndIndex returns information about a transaction given a block hash and transaction index position.
---

import ApiReference from "@site/src/components/ApiReference";
import Admonition from "@theme/Admonition";
import Link from "@docusaurus/Link";
import config from "../../../configs/api-reference/configs.json";

<head>
<title>eth_getTransactionByBlockHashAndIndex RPC Method - Moralis Documentation</title>
</head>

## Get Transaction By Hash And Index

<ApiReference {...config.rpc.eth_getTransactionByBlockHashAndIndex} >
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,18 @@
sidebar_position: 19
sidebar_label: eth_getTransactionByBlockNumberAndIndex
slug: /rpc-nodes/reference/eth_getTransactionByBlockNumberAndIndex
description: eth_getTransactionByBlockNumberAndIndex returns information about a transaction given a block number and transaction index position.
---

import ApiReference from "@site/src/components/ApiReference";
import Admonition from "@theme/Admonition";
import Link from "@docusaurus/Link";
import config from "../../../configs/api-reference/configs.json";

<head>
<title>eth_getTransactionByBlockNumberAndIndex RPC Method - Moralis Documentation</title>
</head>

## Get Transaction By Block Number And Index

<ApiReference {...config.rpc.eth_getTransactionByBlockNumberAndIndex} >
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,18 @@
sidebar_position: 17
sidebar_label: eth_getTransactionByHash
slug: /rpc-nodes/reference/eth_getTransactionByHash
description: eth_getTransactionByHash returns information about a transaction for a given hash. Useful for tracking and verifying specific transactions.
---

import ApiReference from "@site/src/components/ApiReference";
import Admonition from "@theme/Admonition";
import Link from "@docusaurus/Link";
import config from "../../../configs/api-reference/configs.json";

<head>
<title>eth_getTransactionByHash RPC Method - Moralis Documentation</title>
</head>

## Get Transaction By Hash

<ApiReference {...config.rpc.eth_getTransactionByHash} >
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,18 @@
sidebar_position: 20
sidebar_label: eth_getTransactionCount
slug: /rpc-nodes/reference/eth_getTransactionCount
description: eth_getTransactionCount returns the number of transactions sent from a given address. Useful for determining the nonce or activity level of accounts.
---

import ApiReference from "@site/src/components/ApiReference";
import Admonition from "@theme/Admonition";
import Link from "@docusaurus/Link";
import config from "../../../configs/api-reference/configs.json";

<head>
<title>eth_getTransactionCount RPC Method - Moralis Documentation</title>
</head>

## Get Transaction Count

<ApiReference {...config.rpc.eth_getTransactionCount} >
Expand Down
Loading

0 comments on commit 40cb637

Please sign in to comment.