Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 645 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 645 Bytes

Savour

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.

Presentation

Start Guide

  1. To start the application, clone the application

    git clone https://github.com/vinsonly/machohacks2.git

  2. Install dependencies

    sudo npm install

  3. Start the app

    sudo npm start

  4. Go to localhost:3000