Socket
Socket
Sign inDemoInstall

iota-cli

Package Overview
Dependencies
47
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    iota-cli

IOTA command line tool.


Version published
Weekly downloads
1
decreased by-83.33%
Maintainers
1
Install size
3.69 MB
Created
Weekly downloads
 

Readme

Source

iota-cli

IOTA command line tool written in Node.js.

Install

iota-cli can be installed via npm.

$ sudo npm install -g iota-cli

Usage

$ iota help

to see available commands.

$ iota help COMMAND

to see argument list for that command.

For more specific API details, please see https://iota.readme.io/docs (caution: there are many undocumented APIs).

Sample usage:

$ iota getNodeInfo
{ appName: 'IRI',
  appVersion: '1.0.3',
  jreAvailableProcessors: 4,
  jreFreeMemory: 6217864,
  jreMaxMemory: 33030144,
  jreTotalMemory: 33030144,
  milestoneIndex: 6435,
  peers: 87,
  time: 1471873092296,
  tips: 20905,
  transactionsToRequest: 20,
  duration: 78 }

$ iota getTransfers AAA999999999999999999999999999999999999999999999999999999999999999999999999999999 1 
{ transfers: 
   [ { hash: 'EPKEODGOK9UFFQGBHWHQJGAKV9LQQAJPERCSFJPDPEYPFXLHQYDCKFFRIPAYMEVNIXIELAM9KOBWD9999',
       timestamp: '1464290097',
       address: 'BFWDAOEFAJPPIBZ9GVGXHQSLWWUESALE9ETMGRIPGJJYTKCEFYNCGFVZNKOXQSHSNGLRB9GZSKNNHQSWK',
       value: '0',
       persistence: 0 },
  (snip)
     { hash: 'SRQKA9ZLNNPXQEBZAWNWSHODWYEIYBBUSMMMHTZIBGYFTSYWPZHMWOXVLQGZTSQUUTZWZGQTMTR9W9999',
       timestamp: '1468967503',
       address: 'HZEMRJQHA9YQJZUXYUEQWDTESREWCFIMSXKO9GGDXCKXU9OFIZNVQOECWEHPCDTQOPJFFZFVFOHOBOZOK',
       value: '0',
       persistence: 100 } ],
  duration: 22595 }

Keywords

FAQs

Last updated on 22 Sep 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc