All Projects → iotaledger → mam-explorer

iotaledger / mam-explorer

Licence: other
No description, website, or topics provided.

Programming Languages

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

IOTA Masked Authenticated Messaging Explorer

This app allows you to look into stored messages content.

Usage

Open the page and enter you MAM root key and provider. https://mam-explorer.firebaseapp.com/

Default mode is public, you can change it to restricted or private. Restricted mode will require an encryption key.

Examples

Public message stream:

  • Root: YSTWK9RASUXFKNMYTCEJAIILZLBUXEETBOEOXRVQVZIHSTFZWYWJOICKODFCTCDPUKFMGJCTMADZUEIFW
  • Provider: https://api.lb-0.h.chrysalis-devnet.iota.cafe

Alternatively you can use this link

Restricted message stream:

  • Root: XKWJPJFCFCGEXVNOPAZCQPXHQHBUXLTSFFDWUCFEGE9HSJIGOJHDCI9YNRKUHZYDPZYQFDVMHLUCAOY9L
  • Provider: https://api.lb-0.h.chrysalis-devnet.iota.cafe
  • Secret key: 9MOFBKDXPEKYFVFRCVNM9JZDTTNKSHZPNIWASVSGQFTGJAULQSJPEYAUFIRDDBVWVPD9KSP9CWETXFUZU

Alternatively you can use this link

For developers

Installation

  1. Clone/download repo
  2. yarn or npm install

Development

yarn start or npm run start

  • Build app continously
  • App served @ http://localhost:3000

Production

yarn build or npm run build then firebase deploy


All commands

Command Description
yarn start or npm run start Build app continously (HMR enabled) and serve @ http://localhost:3000
yarn build or npm run build Build app to /build/, prepare for deployment
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].