A decentralized Venmo
Before you run the app locally, install the necesarry global packages first:
- https://github.com/RequestNetwork/requestNetwork/tree/development/packages/request-node
- https://github.com/trufflesuite/ganache-cli
Clone the project and install the local packages needed for the project
npm install
After you followed the above instructions, run the following command to run Ganache:
ganache-cli -m candy maple cake sugar pudding cream honey rich smooth crumble sweet treat
When ganache and the request-node is running on the correct (default) ports run the following command to launch the web app:
quasar dev