Skip to content

Latest commit

 

History

History
80 lines (49 loc) · 818 Bytes

README.md

File metadata and controls

80 lines (49 loc) · 818 Bytes

eth.social

An Ethereum dApp for posting social events and meetups.

On Rinkeby testnet.

Demo

https://eth.social

Architecture

Development

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

Deployment

Compile smart contracts

truffle compile

Deploy smart contracts

truffle migrate --reset --network=development

Deploy client to IPFS

cd client/
npm run ipfs-deploy

Test

Test smart contracts

truffle test

License

MIT