A simple webview for ethereum depending on geth and mongodb.
$ docker-compose up
$ geth --rpc
Run a mongod process as a daemon.
$ cat etherql.cfg.json
{
"mongo": "mongodb://localhost/ethereum",
"gethHost": "localhost",
"gethPort": 8545
}
$ npm install
$ npm run start