From ae6b4248c3b3baa88cda1fa8ee9a3966508e4e0b Mon Sep 17 00:00:00 2001 From: cardosofede Date: Mon, 18 Sep 2023 12:09:12 +0800 Subject: [PATCH] (feat) add readme for launch bot --- pages/launch_bot/README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 pages/launch_bot/README.md diff --git a/pages/launch_bot/README.md b/pages/launch_bot/README.md new file mode 100644 index 0000000..18f4d94 --- /dev/null +++ b/pages/launch_bot/README.md @@ -0,0 +1,19 @@ +### Description + +This page helps you deploy and manage Hummingbot instances: + +- Starting and stopping Hummingbot Broker +- Creating, starting and stopping bot instances +- Managing strategy and script files that instances run +- Fetching status of running instances + +### Maintainers + +This page is maintained by Hummingbot Foundation as a template other pages: + +* [cardosfede](https://github.com/cardosfede) +* [fengtality](https://github.com/fengtality) + +### Wiki + +See the [wiki](https://github.com/hummingbot/dashboard/wiki/%F0%9F%90%99-Bot-Orchestration) for more information. \ No newline at end of file