1.0.3 • Published 5 years ago

iota-reader v1.0.3

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

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.