Cerberus Allora Hub

Developer Resources

Home
Services
Worker Nodes
Staking
Explorer
Resources

Services

Free RPC endpoints for Allora Network

Network

Available RPC Providers

Connect to Allora Network using these free RPC endpoints from various providers. Click the copy button to copy the URL.

Official Allora Network logo
Official Allora Network
Official RPC endpoints maintained by Allora Network
Official
Testnet RPCRPC
https://allora-rpc.testnet-1.testnet.allora.network
Testnet APIREST API
https://allora-api.testnet-1.testnet.allora.network
Testnet gRPCgRPC
allora-grpc.testnet-1.testnet.allora.network:443
Cerberus Node
High-performance RPC endpoints by Cerberus Node
Recommended
Testnet RPCRPC
https://allora-rpc-testnet.cerberusnode.com
Testnet gRPCgRPC
https://allora-grpc-testnet.cerberusnode.com
Polkachu logo
Polkachu
Community-maintained RPC endpoints by Polkachu
Community
Testnet RPCRPC
https://allora-testnet-rpc.polkachu.com
Testnet APIREST API
https://allora-testnet-api.polkachu.com
NodeStake logo
NodeStake
High-performance RPC nodes by NodeStake
Community
Testnet RPCRPC
https://allora-rpc.nodestake.org
Testnet APIREST API
https://allora-api.nodestake.org
Testnet gRPCgRPC
allora-grpc.nodestake.org:443
KJNodes logo
KJNodes
Reliable RPC infrastructure by KJNodes
Community
Testnet RPCRPC
https://allora-testnet.rpc.kjnodes.com
Testnet APIREST API
https://allora-testnet.api.kjnodes.com
Usage Example
Configure your worker node with these RPC endpoints
{
  "wallet": {
    "addressKeyName": "your-key-name",
    "addressRestoreMnemonic": "your mnemonic phrase",
    "alloraHomeDir": "",
    "gas": "1000000",
    "gasAdjustment": 1.0,
    "nodeRpc": "https://allora-rpc.testnet-1.testnet.allora.network",
    "maxRetries": 1,
    "delay": 1,
    "submitTx": false
  }
}