Launch scripts
To run Visor, TSS, Bridgeless-core and other services together, the launch scripts repository can be used.
It provides a set of scripts to run the stack in Docker containers, with a commands to launch everything together. The repo also includes a sample configurations for all required services, which can be used as a reference for your own setup. Launch script allows to set up the local environment, configure required parameters and run the stack with a single command.
It also provides commands to stop the stack and clean up resources when they are no longer needed.
To run the stack in a docker environment, use the following command:
./run-docker.sh
To clean up the environment, use the following command:
./clean-all-docker.sh