{"id":28271153,"url":"https://github.com/greengod63/solana-token-tracker","last_synced_at":"2026-04-28T00:32:54.780Z","repository":{"id":282725665,"uuid":"943385753","full_name":"greengod63/solana-token-tracker","owner":"greengod63","description":"This is Solana Token Tracker to monitor new token creation events specifically within the Raydium.","archived":false,"fork":false,"pushed_at":"2025-03-05T16:15:51.000Z","size":26,"stargazers_count":20,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-13T11:07:01.138Z","etag":null,"topics":["monitor-token","new-raydium-token","raydium","solana-new-token","solana-sniper-bot","solana-token-tracker","token-tracker","tracking-tool"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/greengod63.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2025-03-05T16:14:06.000Z","updated_at":"2025-05-17T07:38:20.000Z","dependencies_parsed_at":"2025-03-16T15:43:33.763Z","dependency_job_id":null,"html_url":"https://github.com/greengod63/solana-token-tracker","commit_stats":null,"previous_names":["greengod63/solana-token-tracker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/greengod63/solana-token-tracker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greengod63%2Fsolana-token-tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greengod63%2Fsolana-token-tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greengod63%2Fsolana-token-tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greengod63%2Fsolana-token-tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/greengod63","download_url":"https://codeload.github.com/greengod63/solana-token-tracker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greengod63%2Fsolana-token-tracker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32361477,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["monitor-token","new-raydium-token","raydium","solana-new-token","solana-sniper-bot","solana-token-tracker","token-tracker","tracking-tool"],"created_at":"2025-05-20T18:20:10.523Z","updated_at":"2026-04-28T00:32:54.760Z","avatar_url":"https://github.com/greengod63.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Solana Token Tracker\n\n`Solana Token Tracker` is a TypeScript-based tool that monitors new token creation events specifically within the **Raydium** decentralized exchange ecosystem on the **Solana blockchain**. The tool listens to blockchain logs to detect new token signatures associated with Raydium's liquidity pools and stores relevant data such as creator information and token balances.\n\nThis project uses the **Solana Web3.js** library to interact with the Solana network and track token transactions involving Raydium's liquidity pools.\n\n---\n\n### Potential Use Case: Sniper Bot Development\n\nThis tool can be incredibly useful for developing a **Sniper Bot**. By monitoring **new tokens** added to Raydium's liquidity pools, it allows you to find new tokens as quickly as possible. This gives you an edge in reacting to early token listings, which is crucial for Sniper Bot strategies. \n\n---\n\n## Features\n\n- **Monitors new Solana tokens** by tracking transaction logs related to Raydium.\n- **Stores relevant token information** such as creator addresses, token balances, and transaction signatures.\n- **Uses Solana Web3.js** to connect to the Solana blockchain and listen for token creation events.\n- **Error handling and logging** capabilities to ensure robust operation.\n\n---\n\n## Prerequisites\n\nBefore using this tool, make sure you have the following installed:\n\n- [Node.js](https://nodejs.org/) (Recommended version: `v14.x` or higher)\n- [npm](https://www.npmjs.com/) or [yarn](https://yarnpkg.com/) (for package management)\n\n---\n\n## Installation\n\nFollow these steps to set up the Solana Token Tracker project on your local machine:\n\n### 1. Clone the Repository\n   ```bash\n   git clone https://github.com/FriedDev/solana-token-tracker.git\n   cd solana-token-tracker\n   ```\n\n### 2. Install Dependencies\n```bash\nnpm install\n```\n\n### 3. Configure RPC Endpoint\nCreate a `.env` file in the project root:\n```env\n# Mainnet RPC Endpoint (recommended)\nRPC_ENDPOINT=https://mainnet.helius-rpc.com/?api-key=your-api-key\nRPC_WEBSOCKET_ENDPOINT=wss://mainnet.helius-rpc.com/?api-key=your-api-key\n```\n\n\u003e **💡 Pro Tip:** \n\u003e - Obtain an API key from Helius or another Solana RPC provider for optimal performance\n\u003e - Default RPC endpoints are available as fallback options\n\n### 4. Run the Project\n```bash\nnpx tsx src/index.ts\n```\n\n## Troubleshooting\n\n### Common Issues\n- **Installing tsx Globally (Optional)**:\n  ```bash\n  npm install -g tsx\n  ```\n- **Dependency Conflicts**: \n  ```bash\n  npm cache clean --force\n  npm install\n  ```\n- Ensure you're running the latest version of Node.js\n- Check your Solana RPC endpoint configuration\n- Verify that `tsx` is correctly installed and configured\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## License\n\nThis project is open-source. Please check the LICENSE file for details.\n\n## Disclaimer\n\n⚠️ **Use Responsibly**: This tool is for educational and development purposes. Always comply with local regulations and platform terms of service.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgreengod63%2Fsolana-token-tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgreengod63%2Fsolana-token-tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgreengod63%2Fsolana-token-tracker/lists"}