brandonwbrown / ethereum_demo

This is the code for "Ethereum Explained" by Siraj Raval on Youtube

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

This is the code for this video on Youtube by Siraj Raval on Ethereum. We'll build a simple Ethereum smart contract and lightwallet example. Any problems running the code? See the issues section.

Updates

Current code uses truffle@beta

Install

Install [testrpc] (or use geth)

$ npm install -g ethereumjs-testrpc

Install truffle:

$ npm install -g truffle@beta
$ npm install

If you don't have solc you can get it here

Run

Run testrpc in one console window:

$ testrpc

In another console window run truffle from project root directory:

$ truffle compile
$ truffle migrate
$ truffle test
$ npm run dev // server at localhost:8080

Credits

Credits for this code go to eshon. I've merely created a wrapper to get people started.

About

This is the code for "Ethereum Explained" by Siraj Raval on Youtube


Languages

Language:Jupyter Notebook 51.2%Language:JavaScript 42.0%Language:HTML 6.7%Language:CSS 0.1%