substrate-api-client 0.6.5

substrate-api-client
Documentation
name: "substrate-api-client-examples"
version: "1.0.0"
about: Example codes showing the api's capabilities
authors: "Supercomputing Systems AG <info@scs.ch>"

# AppSettings can be defined as a list and are **not** ascii case sensitive
settings:
  - ColoredHelp

args:
  - node-server:
      short: u
      long: url
      help: Set the node server IP address including ws:// or wss:// prefix
      takes_value: true
  - node-port:
      short: p
      long: port
      help: Set the websocket port to listen for substrate events
      takes_value: true