Available RPC Providers
Connect to Allora Network using these free RPC endpoints from various providers. Click the copy button to copy the URL.
Testnet RPCRPC
https://allora-rpc.testnet-1.testnet.allora.networkTestnet APIREST API
https://allora-api.testnet-1.testnet.allora.networkTestnet gRPCgRPC
allora-grpc.testnet-1.testnet.allora.network:443Testnet RPCRPC
https://allora-rpc-testnet.cerberusnode.comTestnet gRPCgRPC
https://allora-grpc-testnet.cerberusnode.comTestnet RPCRPC
https://allora-testnet-rpc.polkachu.comTestnet APIREST API
https://allora-testnet-api.polkachu.comTestnet RPCRPC
https://allora-rpc.nodestake.orgTestnet APIREST API
https://allora-api.nodestake.orgTestnet gRPCgRPC
allora-grpc.nodestake.org:443Usage 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
}
}