Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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) ⭐️
- Host: GitHub
- URL: https://github.com/anistark/mam
- Owner: anistark
- License: mit
- Created: 2018-10-19T13:11:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-06T18:20:19.000Z (about 6 years ago)
- Last Synced: 2024-10-25T15:39:21.599Z (3 months ago)
- Topics: iota, iota-mam, mam, nodejs
- Language: JavaScript
- Homepage:
- Size: 559 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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