Skip to content

A simple Ethereum smart contract + DApp example

Notifications You must be signed in to change notification settings

DanielRLowe/conference

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conference

A simple Ethereum smart contract and lightwallet example.

For noobs! There might be bugs here.

Updates

Current code uses Truffle v3.4.11

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

Current Issues

Running truffle serve currently is resulting in the error: TypeError: fsevents is not a constructor The current workaround for this is to run truffle init webpack when creating creating the directory and then running npm run dev in place of truffle serve

About

A simple Ethereum smart contract + DApp example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.9%
  • HTML 19.9%
  • CSS 0.2%