Skip to content
This repository was archived by the owner on Sep 13, 2019. It is now read-only.

ethereum/ethereum.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

28176ff · Jun 29, 2015
Mar 31, 2015
Jun 18, 2015
Jun 29, 2015
Mar 1, 2015
Feb 3, 2015
Jun 19, 2015
Jun 29, 2015
Jun 29, 2015
Jun 29, 2015
Feb 2, 2015
Apr 1, 2015
Jun 29, 2015
Mar 11, 2015
Jan 26, 2015
Jan 26, 2015
Jun 29, 2015
Mar 31, 2015
Feb 2, 2015

Repository files navigation

wercker status

Ethereum.org site

The main Ethereum website built with Meteor.

Find out more:

https://ethereum.org

http://wiki.ethdev.com

##Admin In order for admin to work you'll need to set up a default admin user. To do that add a setting file e.g config/settings.json (must be gitignored) with the contents similar to:

{
  "DEFAULT_ADMIN_ACCOUNT": "<email>:<password>"
}

Then start Meteor with

meteor --settings config/settings.json