On this reference page, you will find the network types, RPC/WSS URLs, chain identifiers, etc. to connect to peaq or agung.

Networks:

NetworkNetwork type
peaqMainnet
agungTestnet

Chain ID

3338

Public RPC URLs

https://peaq.api.onfinality.io/public

https://peaq-rpc.publicnode.com

https://peaq-rpc.dwellir.com

Public WSS URLs

wss://peaq.api.onfinality.io/public

wss://peaq-rpc.publicnode.com

wss://peaq-rpc.dwellir.com

Private URLs

You can create your custom peaq RPC/WSS endpoint with QuickNode or OnFinality. To do so, follow one of the guides below:

Block explorers

peaq

Block ExplorerTypeURL
SubscanEVM & SubstrateSubscan
Polkadot.jsEVM & Substratepolkadot.js.org

agung

Block ExplorerTypeURL
SubscanEVM & SubstrateSubscan
Polkadot.jsEVM & Substratepolkadot.js.org

Node setup

Node hardware requirements

OS - Ubuntu 20.04
CPU - 3.3 GHz AMD EPYC 7002
Storage - 1TB SSD
Memory - 8GB

Docker image peaq

docker run -v peaq-storage:/chain-data -p 9944:9944 peaq/parachain:peaq-v0.0.104 \
--parachain-id 3338 \
--chain ./node/src/chain-specs/peaq-raw.json \
--base-path chain-data \
--port 30333 \
--rpc-port 9944 \
--rpc-cors=all \
--execution wasm \
--state-pruning archive \
-- \
--execution wasm \
--port 30343 --rpc-port 9977 \
--sync warp