Skip to content

Commit

Permalink
Typo Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
productshiv committed Apr 15, 2024
1 parent adb698b commit 7be5cfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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<ArbitrumOne>({network: Network.ARBITRUM_ONE})

Expand Down
1 change: 1 addition & 0 deletions v1.0/RPC Nodes/rpc-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7be5cfb

Please sign in to comment.