Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.19 KB

README.md

File metadata and controls

47 lines (30 loc) · 1.19 KB

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