Difference between revisions of "RPC"

From DefiLlama
Jump to navigation Jump to search
(Created page with "'''RPC nodes''' enable wallets and browsers to read blockchain data and send transactions.<ref>https://moralis.io/ethereum-rpc-nodes-what-they-are-and-why-you-shouldnt-use-them/</ref> Each blockchain may have different RPC nodes that a user can utilize.<ref>https://chainlist.org/</ref> == References ==")
 
m
Line 1: Line 1:
'''RPC nodes''' enable wallets and browsers to read blockchain data and send transactions.<ref>https://moralis.io/ethereum-rpc-nodes-what-they-are-and-why-you-shouldnt-use-them/</ref> Each blockchain may have different RPC nodes that a user can utilize.<ref>https://chainlist.org/</ref>  
'''RPC nodes''' enable wallets and browsers to read [[blockchain]] data and send transactions.<ref>https://moralis.io/ethereum-rpc-nodes-what-they-are-and-why-you-shouldnt-use-them/</ref> Each blockchain may have different RPC nodes that a user can utilize.<ref>https://chainlist.org/</ref> Technically speaking, RPC stands for remote procedure call. This allows you to communicate with a server remotely and execute [[Decentralized Applications (DApps)|DApps]] on the blockchain.<ref>https://support.exodus.com/article/1791-what-is-a-remote-procedure-call-rpc</ref> 


== References ==
== References ==

Revision as of 01:11, 23 May 2022

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