EthereumNetwork / guide-website

A community guide through the Ethereum Network
https://ethereum.network/
Mozilla Public License 2.0
7 stars 5 forks source link
ethereum

Ethereum Network

The Hitchhiker's Guide to the Ethereum Blockchain

Setup to run / test it yourself

Prerequisites: NodeJS, nodemon, MongoDB, Ethereum node, deepstream server and a .env file. Talk to Michael if you need help setting it up

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification, gzip and hashing
npm run build