Docs Category: Rpc

Maintenance Windows

To Share and +4 nLEARNs Login with NEARimport Tabs from ‘@theme/Tabs’; import TabItem from ‘@theme/TabItem’; The RPC API enables you to query future maintenance windows for a specific validator in current epoch Maintenance windows The maintenance windows for a specific validator are future block height ranges in current epoch, in which the validator does not …

Maintenance Windows Read More »

RPC Providers

To Share and +4 nLEARNs Login with NEARThere are multiple RPC providers from which you can choose from. These providers will work as intermediaries to help you interact with the NEAR network. Each provider is geolocated in different places, and offer different levels of latency. We recommend you to use the official one, but you …

RPC Providers Read More »

Run an RPC Node without nearup

To Share and +4 nLEARNs Login with NEAR Heads up Running a RPC node is very similar to running a [validator node](/docs/develop/node/validator/running-a-node) as both types of node use the same `nearcore` release. The main difference for running a validator node is requiring `validator_key.json` to be used by the validator node to support its work of …

Run an RPC Node without nearup Read More »

Hardware Requirements for RPC Node

To Share and +4 nLEARNs Login with NEARThis page covers the minimum and recommended hardware requirements for engaging with the NEAR platform as a RPC node. For testing your RPC once the node is fully sync’d, see this example RPC request. Recommended Hardware Specifications Hardware Recommended Specifications CPU 8-Core (16-Thread) Intel i7/Xeon or equivalent with …

Hardware Requirements for RPC Node Read More »

Run an RPC Node with nearup

To Share and +4 nLEARNs Login with NEAR Heads up The README for `nearup` (linked above) may be **all you need to get a node up and running** in `testnet` and `localnet`. `nearup` is exclusively used to launch NEAR `testnet` and `localnet` nodes. `nearup` is not used to launch `mainnet` nodes. Prerequisites Git Nearup: Make …

Run an RPC Node with nearup Read More »

RPC Endpoints

To Share and +4 nLEARNs Login with NEARimport Tabs from ‘@theme/Tabs’; import TabItem from ‘@theme/TabItem’; Sandbox heads up RPC endpoints in this section are ***only*** available on the local sandbox node. Patch State Patch account, access keys, contract code, or contract state. Only additions and mutations are supported. No deletions. Account, access keys, contract code, …

RPC Endpoints Read More »

Scroll to Top
Report a bug👀