A simple Ethereum smart contract example.
For noobs! There might be bugs here.
From https://github.com/eshon/conference ,Fix some bugs.
Current code uses Truffle v4.0.6, Ganache v1.0.2
Install Ganache/Ganache-cli(or use geth)
$ npm install -g ganache-cli
Install truffle:
$ npm install -g truffle
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