Last updated
Was this helpful?
RPC endpoints are the primary way your application interacts with the Pharos Network. They allow you to send transactions, query on-chain data, and communicate with the network programmatically.
As a developer, you’ll use RPCs to connect your frontend, backend, or scripts to the blockchain during development and in production.
Send transactions to the network
Read on-chain data (balances, contract state, logs)
Interact with smart contracts
Listen to events and track activity
Power applications, scripts, and integrations
RPC endpoints act as the bridge between your application and the blockchain. Choosing the right provider and configuration is important for performance, reliability, and scalability.
Pharos supports multiple RPC providers for both Mainnet and Testnet environments.
ZAN RPC
Nirvana RPC
Alchemy RPC
Last updated
Was this helpful?
Was this helpful?
