The project has 2 parts
- The android application
- The Web App
Just start the android studio, open dust away folder in it and run it.
- Move to the my-app directory by
cd my-app
- run
npm install
- run
npm install -g ganache-cli
- run
npm install -g truffle
- run
ganache-cli
- move to blockchain directory by
cd src/client/blockchain
- run
truffle compile
- run
truffle migrate --reset
- return to directory my-app and run
npm start