/substrate-client

substraTEE client: interact with substraTEE

Primary LanguageRustApache License 2.0Apache-2.0

substrate-client

substrate client connecting to substrate node using websocket interface

WORK IN PROGRESS

What works:

  1. query genesis_hash
  2. query account nonce
  3. submit and and subscribe extrinsic (transfer from Alice to Bob, 42 units)
  4. watch extrinsic getting finalized

TODO:

  1. CLI options (similar to subkey transfer syntax)
  2. subscribe and watch events
  3. (maybe?) refactoring to per-use-case state machine architecture
  4. refactoring to ws-library / CLI binary
  5. (nice to have) dynamic API using metadata
  6. Another todo