RPC

From DefiLlama
Revision as of 01:11, 23 May 2022 by Moleman (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

RPC nodes enable wallets and browsers to read blockchain data and send transactions.[1] Each blockchain may have different RPC nodes that a user can utilize.[2] Technically speaking, RPC stands for remote procedure call. This allows you to communicate with a server remotely and execute DApps on the blockchain.[3]

References