Skip to content

Commit

Permalink
Merge pull request #1466 from casper-network/development-prereq-update
Browse files Browse the repository at this point in the history
Added Public CasperLabs JSON-RPC Endpoints
  • Loading branch information
ipopescu authored Aug 5, 2024
2 parents 77bb9e2 + 9daa7e9 commit 90240d0
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions source/docs/casper/developers/prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,11 +258,17 @@ On Mainnet, a pre-existing account must transfer CSPR tokens to the newly create

## Acquiring a Node Address from the Network {#acquire-node-address-from-network-peers}

Clients can interact with a node on the blockchain via requests sent to that node's JSON-RPC endpoint, `http://<node-ip-address>:7777` by default.
Clients can interact with a node on the blockchain via requests sent to that node's JSON-RPC endpoint, `http://<node-address>:7777` by default.

The node address is the IP of a peer node.
The node address is the IP address or URL of a peer node.

Both the official Testnet and Mainnet provide block explorers that list the IP addresses of nodes on their respective networks.
Casper Labs provides public Casper node JSON-RPC endpoints for each network:

* Mainnet: https://rpc.mainnet.casperlabs.io/rpc
* Testnet: https://rpc.testnet.casperlabs.io/rpc
* Integration network: https://rpc.integration.casperlabs.io/rpc

Additionally, both the official Testnet and Mainnet provide block explorers that list the IP addresses of nodes on their respective networks.

You can get the `node-ip-address` of a node on the network by visiting the following block explorers:

Expand Down

0 comments on commit 90240d0

Please sign in to comment.