https://github.com/citadel-tech/tracker
A lightweight, always-on tracker that indexes fidelity transactions and lets peers query known addresses—like a torrent tracker.
https://github.com/citadel-tech/tracker
Last synced: 19 days ago
JSON representation
A lightweight, always-on tracker that indexes fidelity transactions and lets peers query known addresses—like a torrent tracker.
- Host: GitHub
- URL: https://github.com/citadel-tech/tracker
- Owner: citadel-tech
- Created: 2025-04-23T16:15:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-11T13:48:56.000Z (8 months ago)
- Last Synced: 2025-09-11T15:52:56.324Z (8 months ago)
- Language: Rust
- Size: 108 KB
- Stars: 2
- Watchers: 1
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tracker
A lightweight tracker.
## What it does
- Indexes the blockchain for **fidelity transactions** (i.e., ones using timelocked contracts).
- Tracks and maintains an ordered list of **onion addresses** based on a ranking system (TBD).
- Lets **takers** connect to the tracker and fetch a list of known **maker addresses**.
## Status
Still early days — the ranking system for ordering addresses is not finalized yet.
## Goal
Make it easy for anyone to discover and interact with active makers on the network.
---
Stay tuned 🚀