The Proof of Concept Data Marketplace built using MAM and IOTA Tangle.
Please read the series of technical blog posts to learn how to create new sensors, publish sensor data, and deploy your own instance of the Data Marketplace application.
Before you can run this application, you will need to install Node.js
on your machine. Once you've installed Node.js
, you can use npm
to run commands listed below.
npm run install-all
npm run start
The application is running on http://localhost:3000
Install the Firebase CLI by running the following command:
npm install -g firebase-tools
Log in to Firebase (for the first time use). Follow instructions on the screen.
firebase login
npm run install-all
npm run deploy PROJECT_NAME