RPC Server
An RPC server provides a way for external clients to interact with the blockchain network. RPC stands for Remote Procedure Call, and an RPC server exposes an API that allows clients to send requests and receive responses from the blockchain.
An RPC server is a service that listens for JSON-RPC requests from clients, processes these requests, and returns the results. It acts as an intermediary between the blockchain and external applications or services.
You can grab your own RPC server from one of many providers -
- Quicknode
- Alchemy
- Helius
- Infura