Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anistark/mam

IOTA Node JS implementation of MAM (Masked Authentication Messaging) ⭐️
https://github.com/anistark/mam

iota iota-mam mam nodejs

Last synced: about 1 month ago
JSON representation

IOTA Node JS implementation of MAM (Masked Authentication Messaging) ⭐️

Awesome Lists containing this project

README

        

# ⭐️ NODE.JS MAM implementation ⭐️

IOTA Node JS implementation of MAM (Masked Authentication Messaging)

Note: This is just a demo app and not to be used in production directly.

### Setup

* Clone Repo : `git clone https://github.com/anistark/mam.git` (Feel free to use the ssh url if you've keys setup)
* Install dependencies : `npm install`

### Run

`node app.js` or `npm start` or `nodemon`

## Under Development