Alpha TestNet

Explorers

RPC Endpoints

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

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

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

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

Alpha JSON-RPC Example

Using curl:

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

Using the pocketd binary:

pocketd
pocketd query block --type=height 1 --network=alpha

Alpha Genesis

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

Was this helpful?