Authors: Javier Vilariño Mayo and Álvaro Bernal Caunedo
Steps to launch dServices project:
-
Download and launch ganache
-
Download node
-
Install pip dependencies(In ./backend execute -> pip install -r requirements.txt)
-
Execute -> npm install -g truffle
-
In web-app folder, execute npm install
-
Run ganache
-
Sing up in metamask
-
Add new network (name:LocalHost 7545 url: http://localhost:7545 chainId:1337)
-
Import new account in metamask(Paste the private key of one account from ganache)
-
In ./web-app execute -> truffle deploy
-
In ./frontend execute -> npm start