Skip to content

A simple Ethereum smart contract and DApp example.

Notifications You must be signed in to change notification settings

morolt/Conference

Repository files navigation

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

About

A simple Ethereum smart contract and DApp example.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published