An Ethereum dApp for posting social events and meetups.
On Rinkeby testnet.
Start testrpc client
npm run testrpc
Watch and compile client
cd client/
npm run watch
Run client server
cd client/
npm run browser
Run server
cd server/
npm start
Compile smart contracts
truffle compile
Deploy smart contracts
truffle migrate --reset --network=development
Deploy client to IPFS
cd client/
npm run ipfs-deploy
Test smart contracts
truffle test
MIT