Skip to content
This repository has been archived by the owner on May 9, 2021. It is now read-only.

viing937/web-EtherQL

Repository files navigation

web-EtherQL

A simple webview for ethereum depending on geth and mongodb.

Docker

$ docker-compose up

Common Way

1. Sync blockchain data

$ geth --rpc

2. Start Mongodb

Run a mongod process as a daemon.

3. Check Configuration

$ cat etherql.cfg.json 
{
    "mongo": "mongodb://localhost/ethereum",
    "gethHost": "localhost",
    "gethPort": 8545
}

4. Start Web Server

$ npm install
$ npm run start

About

A simple webview for ethereum.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages