Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 748 Bytes

File metadata and controls

41 lines (31 loc) · 748 Bytes

GXChain-CLI

CLI for GXChain

Features

  • Fetch account
  • Fetch assets
  • Fetch asset
  • Fetch block
  • Fetch committee
  • Fetch rank
  • Fetch trustnodes
  • Fetch witnesses

Install

$ npm i -g gxchain-cli

Usage

Commands

$ gxchain -v    # Show version
$ gxchain account <id_or_name>  # Show account
$ gxchain assets    # Show assets
$ gxchain asset <asset_symbol>    # Show asset
$ gxchain block    # Show block
$ gxchain committee    # Show committee
$ gxchain rank <asset_symbol>    # Show asset rank
$ gxchain trustnodes    # Show trust nodes
$ gxchain witnesses    # Show witnesses

License

MIT © YRMING