{"id":31945338,"url":"https://github.com/ehsan6sha/token-tracker","last_synced_at":"2025-10-14T10:54:56.265Z","repository":{"id":317471183,"uuid":"1067487016","full_name":"ehsan6sha/token-tracker","owner":"ehsan6sha","description":"Give it the token transaction, and toke naddress, and it tracks where the wallet got that token initially from and showing it in a bubblemap","archived":false,"fork":false,"pushed_at":"2025-10-01T03:19:57.000Z","size":131,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-01T05:33:02.107Z","etag":null,"topics":["bubblemap","bubblemaps","token"],"latest_commit_sha":null,"homepage":"https://ehsan6sha.github.io/token-tracker/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ehsan6sha.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-30T23:44:54.000Z","updated_at":"2025-10-01T03:20:00.000Z","dependencies_parsed_at":"2025-10-01T05:33:25.451Z","dependency_job_id":"3cff646d-298a-4977-814f-ecd347b94437","html_url":"https://github.com/ehsan6sha/token-tracker","commit_stats":null,"previous_names":["ehsan6sha/token-tracker"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/ehsan6sha/token-tracker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ehsan6sha%2Ftoken-tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ehsan6sha%2Ftoken-tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ehsan6sha%2Ftoken-tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ehsan6sha%2Ftoken-tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ehsan6sha","download_url":"https://codeload.github.com/ehsan6sha/token-tracker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ehsan6sha%2Ftoken-tracker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279018788,"owners_count":26086454,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bubblemap","bubblemaps","token"],"created_at":"2025-10-14T10:54:50.936Z","updated_at":"2025-10-14T10:54:56.260Z","avatar_url":"https://github.com/ehsan6sha.png","language":"TypeScript","readme":"# Token Origin Tracker\n\nA Web3 portal for tracing token origins from individual sell transactions. This tool analyzes a specific transaction to identify the seller and traces their tokens back to the original source (time 0).\n\n## Features\n\n- 🔍 **Single Transaction Analysis**: Analyze any sell transaction by its hash\n- 🔗 **Origin Tracing**: Trace tokens back to their source (DEX pool, token contract, aggregator, or CEX)\n- 🛡️ **Spam Protection**: Automatically filters out zero-value transactions (common scam technique)\n- 📊 **Detailed Progress Logging**: Expandable real-time view of analysis steps and API calls\n- 🏷️ **Wallet Labels**: Label known wallets for easier identification\n- 🔌 **Multiple Providers**: Support for Alchemy, QuickNode, and Infura APIs\n- ⚡ **Alchemy Optimization**: 600x faster tracing with Alchemy's indexed API (like Basescan)\n- 📱 **Responsive Design**: Works seamlessly on desktop and mobile devices\n- 💾 **Browser Storage**: All configuration stored locally in your browser\n- 🚀 **Efficient**: Analyzes one transaction at a time, avoiding large timeframe queries\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js 18+ and npm\n- An API key from one of the supported providers:\n  - [Alchemy](https://www.alchemy.com/)\n  - [QuickNode](https://www.quicknode.com/)\n  - [Infura](https://www.infura.io/)\n\n### Installation\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/yourusername/sales-tracker.git\ncd sales-tracker\n```\n\n2. Install dependencies:\n```bash\nnpm install\n```\n\n3. Start the development server:\n```bash\nnpm run dev\n```\n\n4. Open your browser and navigate to `http://localhost:5173`\n\n### Building for Production\n\n```bash\nnpm run build\n```\n\nThe built files will be in the `dist` directory.\n\n## Deployment to GitHub Pages\n\n1. Update the `base` property in `vite.config.ts` to match your repository name:\n```typescript\nbase: '/your-repo-name/',\n```\n\n2. Push your code to GitHub\n\n3. Enable GitHub Pages in your repository settings:\n   - Go to Settings \u003e Pages\n   - Select \"GitHub Actions\" as the source\n\n4. The site will automatically deploy on every push to the main branch\n\n## Usage\n\n1. **Configure API Access**: On first launch, enter your blockchain API provider credentials\n\n2. **Add Wallet Labels** (Optional): Label known wallets for easier identification in traces\n\n3. **Start Analysis**:\n   - Enter the transaction hash of a sell transaction (e.g., from Etherscan or DexScreener)\n   - Enter the token contract address being sold\n   - Click \"Start Analysis\"\n\n4. **View Results**:\n   - See who the seller is (the \"From\" address in the transaction)\n   - View the complete trace chain showing where they got the tokens\n   - Expand trace details to see each hop back to the origin\n\n## How It Works\n\n1. **Transaction Analysis**: Fetches the specific transaction and analyzes token transfers\n2. **Seller Identification**: Identifies the wallet that initiated the sell (tx.from)\n3. **Amount Detection**: Determines how many tokens were sold\n4. **Origin Tracing**: Traces the seller's wallet backwards to find where they got the tokens\n5. **Recursive Tracing**: Continues tracing through each intermediate wallet\n6. **Time 0 Detection**: Identifies when tokens entered circulation (from DEX, contract, aggregator, or CEX)\n\n## Technical Stack\n\n- **React 18** - UI framework\n- **TypeScript** - Type safety\n- **Vite** - Build tool\n- **Ethers.js** - Blockchain interaction\n- **Tailwind CSS** - Styling\n- **Lucide React** - Icons\n\n## Limitations\n\n- **Block range limits**: Free tier providers (Alchemy, Infura) limit queries to 10 blocks. The app automatically handles this by splitting queries and retrying with smaller ranges if needed.\n- **Rate limits**: Depend on your API provider plan\n- **Tracing depth**: Limited to 50 levels to prevent infinite loops\n- **Complex DeFi**: Some complex DeFi interactions may not be fully traced\n\n### Block Range Tiers\n\n- **Free Tier**: 10 blocks per query (default)\n- **Growth Tier**: 100 blocks per query\n- **Pro Tier**: 2000 blocks per query\n\nConfigure your tier in the API settings based on your provider plan.\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## License\n\nMIT License - feel free to use this project for any purpose.\n\n## Support\n\nIf you encounter any issues or have questions, please open an issue on GitHub.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fehsan6sha%2Ftoken-tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fehsan6sha%2Ftoken-tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fehsan6sha%2Ftoken-tracker/lists"}