@axerunners/insight-api
Version:
An AXE blockchain REST and WebSocket API Service
22 lines (21 loc) • 413 B
JSON
{
"network": "livenet",
"port": 3001,
"services": [
"axed",
"web",
"@axerunners/insight-api"
],
"servicesConfig": {
"axed": {
"connect": [{
"rpchost": "127.0.0.1",
"rpcport": 9337,
"rpcuser": "axerpc",
"rpcpassword": "password",
"zmqpubrawtx": "tcp://127.0.0.1:29998",
"zmqpubhashblock": "tcp://127.0.0.1:29998"
}]
}
}
}