iota-reader
v1.0.3
Published
Command line utility to download mam streams that contain json data to a json file.
Downloads
4
Maintainers
Readme
Quickstart
Install using npm install -g iota-reader
To use the command simply do iota --root rootFile.txt
to start your iota stream (defaults to 10 messages).
To download unlimited messages:
iota --root rootFile.txt --limit -1
Once you have downloaded some messages a file output.json
will be produced with your data. To change the destination use the --output output.json
flag. After downloaded messages the new root will be output as next_root.txt
. To change the output root file location use the flag --outputFile next_root.root
.