diff --git a/v1.0/RPC Nodes/rpc-overview.md b/v1.0/RPC Nodes/rpc-overview.md index aaac91be..0478d327 100644 --- a/v1.0/RPC Nodes/rpc-overview.md +++ b/v1.0/RPC Nodes/rpc-overview.md @@ -5,7 +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" +category: "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.