An open API service indexing awesome lists of open source software.

https://github.com/h1994st/dashboard

TODOs
https://github.com/h1994st/dashboard

ropsten scan

Last synced: 4 months ago
JSON representation

TODOs

Awesome Lists containing this project

README

          

Dashboard
===

(Still lots of TODOs ...)

## Usage

1. Create a FREE Api-Key Token in [Etherscan](https://etherscan.io/myapikey)

2. Rename `conf.js.example` to `conf.js`

3. Put the retrieved Api-Key Token in `conf.js`

4. Install dependencies

```bash
$ npm install
```

5. Start

```bash
$ node index.js
# or save logfile
$ node index.js 2>&1 | tee output.log
```