str4d / insight-ui-zcash

A bitcoin blockchain web browser user interface
https://bitcore.io/guides/full-node
29 stars 21 forks source link

Option to server insight from / #5

Closed WebWeave closed 7 years ago

WebWeave commented 7 years ago

Hello, how does one server insight from / like https://explorer.testnet.z.cash/ ? Thanks in advance!

karelbilek commented 7 years ago

Hello

It's hard to find and it's not documented much, but it's actually super simple

Add this to your bitcore-node.json

    "insight-ui-zcash": {
      "routePrefix": "",
      "apiPrefix": "api"
    },
    "insight-api-zcash": {
      "routePrefix": "api",
      "enableCache": true
    }