mlabs-haskell / hydra-auction

An auction system running on Hydra L2 solution
Apache License 2.0
6 stars 5 forks source link

Improve cluster bootstrapping scripts #382

Open uhbif19 opened 11 months ago

uhbif19 commented 11 months ago

These scripts have multiple problems complicating their usage in non-main use-cases and reuse in non-hydra-auction projects (like https://github.com/eLearningDAO/POCRE/).

Also .sh used for: envs, docker-compose deps control of cluster start, complex CLI actions, this makes stuff more fragile and less reusable.

Related: #380 ,

TODO: