Avrio blockchain indexer/ API. This saves data about the avrio blockchain, as well as providing that data and a safe bridge to the node over an API.
Avrio indexer requires mongodb to be installed and running, as well as the latest versions of node and npm
First, install mongodb as well as npm and node. Now install the NPM dependencies with:
npm install
Make sure mongodb is running, and then do:
node index.js
If the defualt port is used by something else, you can change it in index.js