DAPP built upon ethereum blockchain to plan, manage, share, track your party expenses in a trustless way.
-
truffle
-
ganache
-
metamask
-
npm
-
Setup a local test Blockchain using Ganache
-
cd into the project directory
-
compile the solidity smart contracts
truffle compile
- Deploy the solidity smart contracts on your local test Blockchain
truffle migrate
-
Now cd into client folder
-
Install all the required packages
npm install
- Now Run the React App
npm run start
-
connect Metamask to your local test blockchain using seed phrase provided by Ganache
-
Now you are good to go.
Feel free to submit any issue or contribute in this repository