A P2P decentralized platform that allows users to share homecooked food without any commission fees. It is built with React, Node.js, Solidity on top of Ethereum network. Used escrow smart contracts in blockchain to remove the need of a middleman during transactions.
-
To start the application, clone the application
git clone https://github.com/vinsonly/machohacks2.git
-
Install dependencies
sudo npm install
-
Start the app
sudo npm start
-
Go to localhost:3000