Skip to content

A simple Ethereum smart contract + DApp example

Notifications You must be signed in to change notification settings

vicoding/conference

 
 

Repository files navigation

Conference

A simple Ethereum smart contract example.

Install

Install testrpc: (or use geth)

$ pip install eth-testrpc // requires python, pip, maybe venv

Install truffle:

$ npm install -g truffle // -g may require sudo

Run

Run testrpc in one console window:

(venv)$ testrpc

In another console window run truffle from project root directory:

$ truffle deploy
$ truffle test
$ truffle build

About

A simple Ethereum smart contract + DApp example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.8%
  • HTML 17.6%
  • Shell 7.3%
  • CSS 0.3%