Beta TestNet

Explorers

RPC Endpoints

We provide gRPC, JSON-RPC and REST endpoints, which are available here:

  • RPC: https://shannon-testnet-grove-rpc.beta.poktroll.com

  • gRPC: https://shannon-testnet-grove-grpc.beta.poktroll.com

  • REST: https://shannon-testnet-grove-api.beta.poktroll.com

Beta JSON-RPC Example

Using curl:

curl
curl -X POST https://shannon-testnet-grove-rpc.beta.poktroll.com/block

Using the pocketd binary:

pocketd
pocketd query block --type=height 0 --network=beta

Alpha Genesis

The genesis file for the Pocket Network is located at: https://github.com/pokt-network/pocket-network-genesis/tree/master/shannon/testnet-beta

Was this helpful?