An Ethereum dApp for posting social events.
Last updated Dec 9, 2025
22
Stars
7
Forks
1
Issues
0
Stars/day
Attention Score
13
Language breakdown
JavaScript 63.0%
HTML 19.1%
CSS 18.0%
▸ Files
click to expand
README
eth.social
An Ethereum dApp for posting social events and meetups.

On Rinkeby testnet.
Demo
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
🔗 More in this category