Skip to main content
These steps apply to PFN on mainnet or testnet. Your network is determined by the docker image tag or git branch and the genesis/waypoint files in your config.

A) Docker-based PFN

B) Source-based PFN

Verify

  • REST: curl -s http://127.0.0.1:8080/v1 | jq (returns chain_id and ledger info)
  • Metrics: curl -s http://127.0.0.1:9101/metrics | head
  • NHC (optional): follow the Node Health Checker guide above.