Remote Procedure Call (RPC)
A communication protocol that allows software applications, such as self-hosted wallets and decentralized applications, to communicate with blockchain networks by sending requests to remote nodes. RPC allows users to broadcast transactions, query blockchain data, and invoke smart contract functions without running a full node themselves. This protocol enables remote interaction while maintaining the decentralized architecture of the network.
Back to Dictionary