This is a simple project designed to show my knoledge in decentralized app development.
RedSparrow Implements Twitter basic functionalities (post, comment and one simple profile) in Ethereum using Solidity and React
npm install
you will also need to install ganache and metamask account
truffle migrate --reset
trffle compile
For tests run : truffle test
For the WebApp run : npm start