From 7be5cfb81f8b5b379d4e906bbc57c8f96f3b8c36 Mon Sep 17 00:00:00 2001 From: productshiv Date: Mon, 15 Apr 2024 17:01:33 +0530 Subject: [PATCH] Typo Fix --- v1.0/RPC Nodes/rpc-evm/rpc-arbitrum/rpc-arbitrum-eth_call.md | 2 +- v1.0/RPC Nodes/rpc-overview.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/v1.0/RPC Nodes/rpc-evm/rpc-arbitrum/rpc-arbitrum-eth_call.md b/v1.0/RPC Nodes/rpc-evm/rpc-arbitrum/rpc-arbitrum-eth_call.md index 59dbd828..3e43fcba 100644 --- a/v1.0/RPC Nodes/rpc-evm/rpc-arbitrum/rpc-arbitrum-eth_call.md +++ b/v1.0/RPC Nodes/rpc-evm/rpc-arbitrum/rpc-arbitrum-eth_call.md @@ -21,7 +21,7 @@ updatedAt: "Sat Apr 06 2024 13:08:59 GMT+0000 (Coordinated Universal Time)" ```typescript // yarn add @tatumio/tatum -import { TatumSDK, ArbidrumOne, Network } from '@tatumio/tatum' +import { TatumSDK, ArbitrumOne, Network } from '@tatumio/tatum' const tatum = await TatumSDK.init({network: Network.ARBITRUM_ONE}) diff --git a/v1.0/RPC Nodes/rpc-overview.md b/v1.0/RPC Nodes/rpc-overview.md index 0765dea5..aaac91be 100644 --- a/v1.0/RPC Nodes/rpc-overview.md +++ b/v1.0/RPC Nodes/rpc-overview.md @@ -5,6 +5,7 @@ excerpt: "The RPC (Remote Procedure Call) submodule is an essential component in hidden: false createdAt: "Tue Mar 19 2024 13:25:36 GMT+0000 (Coordinated Universal Time)" updatedAt: "Sat Apr 06 2024 12:59:34 GMT+0000 (Coordinated Universal Time)" +categoryId: "65c5e93c623cad004b45d505" --- RPC in blockchain development refers to the protocol and mechanism used to connect to a blockchain network and perform operations remotely. It allows developers to interact with the blockchain without running a full node locally. RPC provides a standardised interface to communicate with the blockchain network, making it easier to build decentralised applications (DApps) and interact with smart contracts.