flower icon indicating copy to clipboard operation
flower copied to clipboard

Implement `run_supernode`

Open panh99 opened this issue 1 year ago • 0 comments

  • Call get_run and pass fab_id & fab_version to load_client_app_fn in the _start_client_internal function.
  • Implement the run_supernode
  • Merge common logic of run_client_app and run_supernode

The load_client_app_fn function now loads the specified ClientApp based on fab_id and fab_version. If fab_id is empty, a default ClientApp (need to be provided by flower-supernode CLI) will be loaded.

panh99 avatar Apr 29 '24 08:04 panh99