项目作者: anistark

项目描述 :
IOTA Node JS implementation of MAM (Masked Authentication Messaging) ⭐️
高级语言: JavaScript
项目地址: git://github.com/anistark/mam.git
创建时间: 2018-10-19T13:11:25Z
项目社区:https://github.com/anistark/mam

开源协议:MIT License

下载


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