{"id":28222595,"url":"https://github.com/dante4rt/particle-testnet-bot","last_synced_at":"2026-04-16T10:35:29.329Z","repository":{"id":245653006,"uuid":"818867385","full_name":"dante4rt/particle-testnet-bot","owner":"dante4rt","description":"An application for automating transactions on the Ethereum testnet using multiple private keys on Particle Network Testnet.","archived":false,"fork":false,"pushed_at":"2026-03-25T01:47:57.000Z","size":3,"stargazers_count":33,"open_issues_count":4,"forks_count":11,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-03-26T08:09:23.209Z","etag":null,"topics":["airdrop","automation","bot","ethers","network","particle","sepolia","testnet"],"latest_commit_sha":null,"homepage":"https://t.me/HappyCuanAirdrop","language":"JavaScript","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/dante4rt.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2024-06-23T05:20:32.000Z","updated_at":"2026-03-25T01:48:01.000Z","dependencies_parsed_at":"2024-06-23T07:04:58.939Z","dependency_job_id":null,"html_url":"https://github.com/dante4rt/particle-testnet-bot","commit_stats":null,"previous_names":["dante4rt/particle-testnet-bot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dante4rt/particle-testnet-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dante4rt%2Fparticle-testnet-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dante4rt%2Fparticle-testnet-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dante4rt%2Fparticle-testnet-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dante4rt%2Fparticle-testnet-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dante4rt","download_url":"https://codeload.github.com/dante4rt/particle-testnet-bot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dante4rt%2Fparticle-testnet-bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31882650,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T09:23:21.276Z","status":"ssl_error","status_checked_at":"2026-04-16T09:23:15.028Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["airdrop","automation","bot","ethers","network","particle","sepolia","testnet"],"created_at":"2025-05-18T07:13:38.019Z","updated_at":"2026-04-16T10:35:29.321Z","avatar_url":"https://github.com/dante4rt.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Particle Testnet Bot\n\nThis repository contains a Node.js application that automates transactions on the Ethereum testnet (Ropsten) using multiple private keys.\n\n## Requirements\n\n- Node.js\n- npm (Node Package Manager)\n\n## Installation\n\n1. **Clone the repository:**\n\n   ```bash\n   git clone https://github.com/dante4rt/particle-testnet-bot.git\n   cd particle-testnet-bot\n   ```\n\n2. **Install dependencies:**\n\n   ```bash\n   npm install\n   ```\n\n3. **Define the RPC URL:**\n\n   Create a file named `rpc.txt` in the root directory of the project and paste your Ethereum RPC URL (e.g., `https://eth-sepolia.g.alchemy.com/v2/xxxx`) into it. This URL specifies the Ethereum network endpoint to connect to.\n\n4. **Prepare private keys:**\n\n   - Create or edit `privateKeys.json` to include your Ethereum private keys as an array of strings. Each private key should be enclosed in double quotes.\n\n   **Example `privateKeys.json` (correct format):**\n   ```json\n   [\n       \"private_key_1_here\",\n       \"private_key_2_here\"\n   ]\n   ```\n\n   Ensure each private key string is correctly formatted as shown above.\n\n## Usage\n\n- **Run the application:**\n\n  ```bash\n  node index.js\n  ```\n\n- Follow the prompts to enter the number of transactions to send per private key.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdante4rt%2Fparticle-testnet-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdante4rt%2Fparticle-testnet-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdante4rt%2Fparticle-testnet-bot/lists"}