tangle-network / dapp

Monorepo for the Tangle ecosystem.
https://app.tangle.tools
Apache License 2.0
29 stars 15 forks source link

[TASK] Service Instance Deployment Flow #2473

Closed drewstone closed 1 week ago

drewstone commented 2 months ago

Overview

The service instance deployment flow is the process by which a user will request/deploy a service. This requires some general configuration decisions as well as potentially specific configuration decisions based on the blueprint.

The general configuration decisions that we know to be true will be

drewstone commented 2 months ago

CC @shekohex based on the existing blueprint and your future thoughts, will there be specific configuration parameters that need to be set by a service instance requester? Will there be an automated logic for identifying what params these are? i.e. (t,n) for threshold systems, etc.? We would benefit if this was something we could build a reusable/automated logic for onchain.

shekohex commented 2 months ago

will there be specific configuration parameters that need to be set by a service instance requester?

Yes! In most cases it would be an empty list of parameters.

Will there be an automated logic for identifying what params these are?

Currently, only the types, no names of these parameters.

We would benefit if this was something we could build a reusable/automated logic for onchain.

Absolutely! We could augment the hooks with more metadata and documation from the blueprint itself, so it is easier to show it in the UI.

AtelyPham commented 1 week ago

Closed in favor of relocating to Tangle Cloud https://github.com/webb-tools/webb-dapp/issues/2546.