fabioberger / love_chain_project

A decentralized valentine registry built on Ethereum. Check it out at http://lovechainproject.com/
3 stars 3 forks source link

The Love Chain Project

Join the chat at https://gitter.im/love_chain_project/Lobby

A decentralized valentine registry built on Ethereum

Have any questions? Find us at: https://gitter.im/love_chain_project/Lobby#

Front-end Dev Setup

npm install

Start Dev Server

npm run dev

Contract development

Start testrpc:

testrpc

Watch for test changes and re-compile tests with babel:

node ./node_modules/babel-cli/bin/babel.js ./uncompiled_tests -w --out-dir ./test

Update a test and run:

truffle test