All Projects → iotaledger → data-marketplace

iotaledger / data-marketplace

Licence: Apache-2.0 license
Proof of Concept Data Marketplace built using MAM and IOTA Tangle.

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
HTML
75241 projects
SCSS
7915 projects

Data Marketplace

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.

Getting started

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.

To run for Development.

npm run install-all

npm run start

The application is running on http://localhost:3000

To run for Production:

1. Install Firebase CLI

Install the Firebase CLI by running the following command:

npm install -g firebase-tools

2. Log in fo Firebase

Log in to Firebase (for the first time use). Follow instructions on the screen.

firebase login

3. Install packages

npm run install-all

4. Build and deploy

npm run deploy PROJECT_NAME
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].