This demo allows for a user to adjust form inputs and then attach the data to the tangle using Masked Authenticated Messaging.
The demo uses the following:
- Mam.client.js - Generating MAM messages
- Iota.lib.js - Interacting with IOTA network nodes
- React.js - Frontend & Interaction
- Chartist.js - Charting library
- Next.js - Deployable web server for React
git clone https://github.com/l3wi/audit-mam.git ## clone
cd audit-mam ## Enter directory
yarn ## Install all required dependancies
yarn dev ## Start the dev server