From 07682e7ff73dd7b82812dd6d93987f56b5769d39 Mon Sep 17 00:00:00 2001 From: Dylan Ireland Date: Tue, 18 Jun 2024 20:58:59 -0400 Subject: [PATCH 1/2] Added public casperlabs endpoints --- source/docs/casper/developers/prerequisites.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/source/docs/casper/developers/prerequisites.md b/source/docs/casper/developers/prerequisites.md index 87f2f7c1fd..7e9178e318 100644 --- a/source/docs/casper/developers/prerequisites.md +++ b/source/docs/casper/developers/prerequisites.md @@ -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://:7777` by default. +Clients can interact with a node on the blockchain via requests sent to that node's JSON-RPC endpoint, `http://: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: From 9daa7e9999aa4a7e23861d1c489b36848d505041 Mon Sep 17 00:00:00 2001 From: Dylan Ireland Date: Tue, 9 Jul 2024 16:54:47 -0400 Subject: [PATCH 2/2] Update source/docs/casper/developers/prerequisites.md Co-authored-by: Adam Stone <97986246+ACStoneCL@users.noreply.github.com> --- source/docs/casper/developers/prerequisites.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/docs/casper/developers/prerequisites.md b/source/docs/casper/developers/prerequisites.md index 7e9178e318..6e0ac0b0ab 100644 --- a/source/docs/casper/developers/prerequisites.md +++ b/source/docs/casper/developers/prerequisites.md @@ -262,7 +262,7 @@ Clients can interact with a node on the blockchain via requests sent to that nod The node address is the IP address or URL of a peer node. -Casper Labs provides public Casper node JSON RPC endpoints for each network: +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