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.
-
Execute
cargo run
to start the server -
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