Go Back

Social Media DAPP

You can view a live demo of this project here

This is a social media website that uses the ethereum blockchain to store user's posts. This allows for the storage of posts to be decoupled from rest of the website. As the smart contract that operates the blobkchain portion is inherintly public, anyone can make a front-end interface to interact with posts. This allows the back-end of the site to be completly decentralized. The front-end is built in Vue.js and uses Web3.js to interface with the blockchain.