On this reference page, you will find the network types, RPC/WSS URLs, chain identifiers, etc. to connect to peaq or agung.
Networks:
Network | Network type |
---|
peaq | Mainnet |
agung | Testnet |
Chain ID
Public RPC URLs
https://quicknode.peaq.xyz
https://peaq.api.onfinality.io/public
https://peaq-rpc.publicnode.com
https://peaq-rpc.dwellir.com
Public WSS URLs
wss://quicknode.peaq.xyz
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
agung
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
Responses are generated using AI and may contain mistakes.