integritee-network / worker

Integritee off-chain worker and sidechain validateer
Apache License 2.0
89 stars 46 forks source link

generic cli client for node and worker interaction #93

Closed brenzi closed 4 years ago

brenzi commented 4 years ago

currently, the client performs a hard-coded example sequence. This task aims at a generic cli client with the following capabilities:

chain interaction:

needs --node-url and --node-port

bridging (M6)

worker interaction (stf-specific)

getters need --worker-url and --worker-port

We should use clap_nested and define stf commands within the stf crate. Like this, the cli stays generic with respect to stf.

brenzi commented 4 years ago

@clangenb , @electronix please review cli suggestion. What more do we need?

brenzi commented 4 years ago

work started on branch brenzi_client