Ethereum network status dashboard for PoW and PoA networks
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
ethstats-server/web-app/.meteor/local/build
Fabian Vogelsteller f53e5559f8 add meteor frontend app 9 years ago
..
programs add meteor frontend app 9 years ago
server add meteor frontend app 9 years ago
README add meteor frontend app 9 years ago
main.js add meteor frontend app 9 years ago
star.json add meteor frontend app 9 years ago

README

This is a Meteor application bundle. It has only one external dependency:
Node.js 0.10.36 or newer. To run the application:

$ (cd programs/server && npm install)
$ export MONGO_URL='mongodb://user:password@host:port/databasename'
$ export ROOT_URL='http://example.com'
$ export MAIL_URL='smtp://user:password@mailhost:port/'
$ node main.js

Use the PORT environment variable to set the port where the
application will listen. The default is 80, but that will require
root on most systems.

Find out more about Meteor at meteor.com.