forked from hummingbot/hummingbot-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Feature Suggestion
I want to be able to deploy bots.
ToDos:
V1
- Select and configure a strategy through an endpoint
- Hummingbot instance spawns on the robotter backend (Docker service, bots orchestrator)
- Returns a Solana address to deposit to
- On the frontend: Prompts user to deposit to that address (or just send a transaction to the frontend to be signed, which executes the send)
- Start trading
V2
- Instead of using Docker, use aleph.im confidential VMs, as if they are docker containers
- EMQX is the message passing protocol used to communicate between hummingbot instances and the backend API
- Therefore, changes are needed to make this not only work locally, but also with instances somewhere else on the web (through IPv6)
- Setup Solana admin wallet, get $ALEPH or ask the aleph.im team to grant us free instances
Impact
User is able to run bots
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request