An Ethereum dApp for posting social events and meetups.
On Rinkeby testnet.
Start testrpc client
npm run testrpcWatch and compile client
cd client/
npm run watchRun client server
cd client/
npm run browserRun server
cd server/
npm startCompile smart contracts
truffle compileDeploy smart contracts
truffle migrate --reset --network=developmentDeploy client to IPFS
cd client/
npm run ipfs-deployTest smart contracts
truffle testMIT

