@axerunners/insight-ui
Version:
An open-source frontend for the Insight API. The Insight API provides you with a convenient, powerful and simple way to query and broadcast data on the Axe network and build your own services with it.
23 lines (22 loc) • 443 B
JSON
{
"network": "livenet",
"port": 3001,
"services": [
"axed",
"@axerunners/insight-api",
"@axerunners/insight-ui",
"web"
],
"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"
}]
}
}
}