rust based wallet tracker with a telegram client interface
This is a proof of concept and should not be used in production.
repo is not maintainend for now and might not work because I was in the middle of smthg. Might do a clean release when I have some free time!
That codebase isn't perfect and I know it, it was more a way to learn and dive into rust w/ alloy and async programming. No need to create PRs, I won't merge or review them (respectfully)
cd backend
cargo build
cargo run
cd frontend
npm install
npm run dev