leviisfool / conference

A simple Ethereum smart contract + DApp example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conference

A simple Ethereum smart contract and lightwallet example.

For noobs! There might be bugs here.

Updates

Current code uses Truffle v2.0.4

Install

Install [testrpc] (or use geth)

$ npm install -g ethereumjs-testrpc

Install truffle:

$ npm install -g truffle 

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
$ truffle serve // server at localhost:8080

About

A simple Ethereum smart contract + DApp example


Languages

Language:JavaScript 80.8%Language:HTML 19.0%Language:CSS 0.2%