Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 640 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 640 Bytes

rust based wallet tracker with a telegram client interface

disclaimer

This is a proof of concept and should not be used in production.

disclaimer 2

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!

disclaimer 3

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)

setup

trackoor

cd backend
cargo build
cargo run

tegelram client

cd frontend
npm install
npm run dev