Skip to content

Latest commit

 

History

History
55 lines (33 loc) · 2.02 KB

install-the-ui.md

File metadata and controls

55 lines (33 loc) · 2.02 KB

DATA MARKETPLACE APPLICATION

Food Data Market is an inclusive marketplace fostering new economic models for sustainable food supply chains based on data. It leverages key benefits of distributed ledger technologies (trust, neutrality, and inclusiveness) while keeping the key advantages of participants intact by employing a privacy-by-design approach that enables farmers and cooperatives to regain control of their data, give it a price tag, and sell it to interested partners in the supply chain.

How to run Data Marketplace APPLICATION?

Step 1:

  • Open your terminal

  • Clone the project to your local machine by running:

git clone https://github.com/OriginTrail/data-marketplace-app.git

Step 2:

  • Enter "data-marketplace-app" folder.

  • When inside the folder please run the following command and wait for the process to be finished:

npm install

Step 4:

  • After the installation process is finished run the following command:
npm run marketplace

If Data Marketplace app is started, you should be seeing the following in your terminal:


 DONE  Compiled successfully in 9882ms                                                                                                                                                                                                                       
  App running at:
  - Local:   http://localhost:8080/
  - Network: http://xxx.xx.xx.xx:8080/

  Note that the development build is not optimized.
  To create a production build, run npm run build.

Your Data Marketplace app is now ready for use. Open your browser and navigate to http://localhost:8080/

IMPORTANT: Please make sure that your nodes management wallet is selected in Metamask during the login in order for your node to connect to the application successfully.


This infrastructure is part of a project that has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No 825268.