Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 778 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 778 Bytes

Conference

A simple Ethereum smart contract example.

For noobs! There might be bugs here.

From https://github.com/eshon/conference ,Fix some bugs.

Updates

Current code uses Truffle v4.0.6, Ganache v1.0.2

Install

Install Ganache/Ganache-cli(or use geth)

$ npm install -g ganache-cli

Install truffle:

$ npm install -g truffle 

Run

Run Ganache-cli in one console window or run Ganache:

$ ganache-cli

In another console window run truffle from project root directory:

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