This repository hosts the bot triggering automatic claim transaction of Utu bridge.
- Obtain the
.env.keys
file or update the.env
file with necessary configurations. - Run the following command to start both the Telegram bot and the REST server:
Or for production:
dotenvx run -- cargo run
dotenvx run -f .env.production -- cargo run