Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bot deployment #7

Open
MHHukiewitz opened this issue Jan 23, 2025 · 1 comment
Open

Bot deployment #7

MHHukiewitz opened this issue Jan 23, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@MHHukiewitz
Copy link

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

@MHHukiewitz MHHukiewitz added the enhancement New feature or request label Jan 23, 2025
@BREEZY22-23

This comment was marked as spam.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants