srohatgi / real-estate

fun times

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

playing with ethereum

using truffle & testjsonrpc

developer instructions

$ npm install
$ npm run testrpc # simulates ethereum testnet @localhost:8545

$ # in a new window
$ npm run truffle migrate --reset # put your contracts in ethereum
$ npm run truffle serve # serves your contracts app

$ # in a new window/ browser
$ open http://localhost:8080

About

fun times


Languages

Language:JavaScript 75.7%Language:HTML 13.1%Language:CSS 11.2%