substrate client connecting to substrate node using websocket interface
WORK IN PROGRESS
What works:
- query genesis_hash
- query account nonce
- submit and and subscribe extrinsic (transfer from Alice to Bob, 42 units)
- watch extrinsic getting finalized
TODO:
- CLI options (similar to subkey
transfer
syntax) - subscribe and watch events
- (maybe?) refactoring to per-use-case state machine architecture
- refactoring to ws-library / CLI binary
- (nice to have) dynamic API using metadata
- Another todo