Skip to content

A trading bot implementing swaps, limit orders and stop loss

Notifications You must be signed in to change notification settings

0xayot/davids_sling

Repository files navigation

David's Sling (WIP)

A small and simple trading bot leveraging Telegram as an interface. The bot is designed to watch the block chain for new launches and inform the trader of high liquidity launches.

Go to t.me/DavidsSlingBot to begin.

  1. Execute cargo run to start the server

  2. Visit localhost:8000 in browser

Setup Migrations

sea migrate generate "migration name"

Run Migrations

sea migrate up

Generate Entities

sea generate entity -o entity/src --lib

Run server with auto-reloading:

cargo install systemfd cargo-watch
systemfd --no-pid -s http::9000 -- cargo watch -x run

References

https://github.com/galeone/raf

About

A trading bot implementing swaps, limit orders and stop loss

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published