Ir al contenido principal
Time to read: 1 min
Para el índice completo de documentación, consulte llms.txt

RPC Node Providers

Building dApps on Rootstock involves interacting with the blockchain network. But how you access this network? That's where node providers come in. Think of them as gateways to the blockchain.

What are Node Providers?

Imagine a vast library filled with information about everything happening on the Rootstock network. Node providers maintain copies of this information, allowing developers to connect and retrieve essential details. These details can include transaction history, account balances, and smart contract data.

How Node Providers Work

  • Full Nodes: Node providers operate by running full nodes on the Rootstock blockchain. These full nodes download and store the complete history of the blockchain, enabling them to verify transactions and maintain a consistent view of the network. To interact with these full nodes, developers and applications utilize a remote procedure call (RPC) mechanism, specifically the JSON-RPC protocol. This protocol allows remote communication with the node, enabling the submission of requests and the receipt of responses.
  • API Access: Node providers like the Rootstock RPC API, Alchemy, GetBlock, dRPC, and NOWNodes offer an interface (API) that developers can use to communicate with these nodes and request specific data. This eliminates the need for developers to download the entire blockchain themselves, saving time and resources.

RPC Node Providers on Rootstock

Here you can find a list of rpc node providers on Rootstock.

Summary

RPC node providers give JSON-RPC access to Rootstock full nodes. Use them to read chain data and submit transactions without running your own node.

Providers

ProviderPathDescription
Rootstock RPC API/developers/rpc-api/rootstock/Official JSON-RPC interface for Rootstock nodes
Alchemy/developers/rpc-api/alchemy/Web3 APIs and SDKs for Rootstock
GetBlock/dev-tools/node-rpc/getblock/Multi-chain node access including Rootstock
dRPC/dev-tools/node-rpc/drpc/Low-latency RPC platform for Web3
NOWNodes/dev-tools/node-rpc/nownodes/Blockchain-as-a-service nodes and explorers

Network reference

NetworkChain IDPublic RPC
Rootstock Mainnet30https://public-node.rsk.co
Rootstock Testnet31https://public-node.testnet.rsk.co
node-rpc

RPC API

The RPC API provides a seamless and intuitive web interface for developers to interact with Rootstock nodes via JSON-RPC methods
Make First API Call
node-rpc

Alchemy

Powerful APIs, SDKs, and tools to build and scale your web3 app with ease.
Make First API Call
node-rpc

GetBlock

GetBlock provides instant connection to blockchain nodes including Rootstock, Bitcoin (BTC), Ethereum (ETH), among others.
Make First API Call
node-rpc

dRPC

dRPC is a next-generation RPC platform that simplifies and optimizes communication with blockchain nodes. Built for Web3, with low-latency, high-reliability access to blockchain data and operations.
Make First API Call
node-rpc

NOWNodes

NOWNodes is a blockchain-as-a-service enterprise solution that lets users get access to full Nodes and blockbook Explorers via an API.
Make First API Call

Compare RPC Provider Latency

Runtime characteristics such as latency, availability, and reliability vary by region and change over time. OpenChainBench is an independent, open-source benchmarking tool — not an official Rootstock service — that regularly measures the free, no-key public Rootstock endpoints and publishes live results including response latency percentiles (p50, p90, p99) and success rate, from three geographic probe regions (US East, EU West, Singapore).

Use the benchmark as an additional reference to complement testing against your application's own requirements.

Última actualización en por Owanate Amachree