Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 430 Bytes

README.md

File metadata and controls

19 lines (9 loc) · 430 Bytes

⭐️ 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