https://github.com/h1994st/dashboard
TODOs
https://github.com/h1994st/dashboard
ropsten scan
Last synced: 4 months ago
JSON representation
TODOs
- Host: GitHub
- URL: https://github.com/h1994st/dashboard
- Owner: h1994st
- Created: 2018-07-18T03:37:58.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-18T03:38:22.000Z (almost 8 years ago)
- Last Synced: 2025-06-13T06:44:12.259Z (12 months ago)
- Topics: ropsten, scan
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```