Decentralized Social Media (DSM) This is a decentralized social media platform mounted on the Ethereum blockchain. Setup (install all npm dependencies): npm i Start ganache before performing the following: Compile: truffle compile Migrate (Deploy on ganache): truffle migrate --reset Test (run all tests, this takes awhile, about 2-5mins): truffle test