Skip to content

CoinCircle/eth.social

Repository files navigation

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