insight-ui-alterdot
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 Alterdot network and build your own services with it.
23 lines (22 loc) • 453 B
JSON
{
"network": "livenet",
"port": 3001,
"services": [
"alterdotd",
"insight-api-alterdot",
"insight-ui-alterdot",
"web"
],
"servicesConfig": {
"alterdotd": {
"connect": [{
"rpchost": "127.0.0.1",
"rpcport": 31050,
"rpcuser": "alterdotrpc",
"rpcpassword": "password",
"zmqpubrawtx": "tcp://127.0.0.1:29998",
"zmqpubhashblock": "tcp://127.0.0.1:29998"
}]
}
}
}