Skip to content

Latest commit

 

History

History
80 lines (45 loc) · 1.86 KB

README.md

File metadata and controls

80 lines (45 loc) · 1.86 KB

Split-Party

DAPP built upon ethereum blockchain to plan, manage, share, track your party expenses in a trustless way.

HOW IT LOOKS

HOME

screenshot of homepage

screenshot of homepage 2

CREATE PARTY GROUP FOR YOUR PARTY

screenshot of creating group

JOIN PARTY GROUP FOR YOUR PARTY

screenshot of joining group 2

ADD YOUR PARTY EXPENSES

screenshot of adding an expense 2

VERIFY THE EXPENSES

screenshot of Verifying 2

SEE YOUR INFO

screenshot of user 2

Prerequisites

  1. truffle

  2. ganache

  3. metamask

  4. npm

Installing

  1. Setup a local test Blockchain using Ganache

  2. cd into the project directory

  3. compile the solidity smart contracts

truffle compile
  1. Deploy the solidity smart contracts on your local test Blockchain
truffle migrate
  1. Now cd into client folder

  2. Install all the required packages

npm install
  1. Now Run the React App
npm run start
  1. connect Metamask to your local test blockchain using seed phrase provided by Ganache

  2. Now you are good to go.

CONTRIBUTE

Feel free to submit any issue or contribute in this repository