{"id":31952349,"url":"https://github.com/gaslessqa/qa-web3-tx-verifier","last_synced_at":"2026-04-20T03:34:31.081Z","repository":{"id":316616919,"uuid":"1064145602","full_name":"gaslessqa/qa-web3-tx-verifier","owner":"gaslessqa","description":"QA script to verify the on-chain status of a transaction using ethers.js and a custom RPC provider","archived":false,"fork":false,"pushed_at":"2025-09-25T15:59:20.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-25T17:42:10.269Z","etag":null,"topics":["ethereum","etherjs","javascript","jest","jest-test","qa","transaction","txhash","web3"],"latest_commit_sha":null,"homepage":"https://www.linkedin.com/in/gaslessqa/","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/gaslessqa.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":"2025-09-25T15:52:22.000Z","updated_at":"2025-09-25T15:59:23.000Z","dependencies_parsed_at":"2025-09-25T17:42:13.170Z","dependency_job_id":null,"html_url":"https://github.com/gaslessqa/qa-web3-tx-verifier","commit_stats":null,"previous_names":["gaslessqa/qa-web3-tx-verifier"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/gaslessqa/qa-web3-tx-verifier","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gaslessqa%2Fqa-web3-tx-verifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gaslessqa%2Fqa-web3-tx-verifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gaslessqa%2Fqa-web3-tx-verifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gaslessqa%2Fqa-web3-tx-verifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gaslessqa","download_url":"https://codeload.github.com/gaslessqa/qa-web3-tx-verifier/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gaslessqa%2Fqa-web3-tx-verifier/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279018706,"owners_count":26086605,"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":["ethereum","etherjs","javascript","jest","jest-test","qa","transaction","txhash","web3"],"created_at":"2025-10-14T13:13:40.076Z","updated_at":"2025-10-14T13:13:43.209Z","avatar_url":"https://github.com/gaslessqa.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# QA Web3 - Transaction Verifier\n\nThis QA automation script checks the on-chain status of a transaction using its hash. It connects to an Ethereum-compatible RPC, retrieves the transaction and receipt, and verifies that it was successfully confirmed.\n\n## 📊 Objective\n\n- Confirm the existence of a transaction\n- Retrieve its status (`Success` or `Failed`)\n- Log key details (sender, recipient, block number)\n- Useful for validating on-chain actions in test scenarios\n\n## 🚀 How to Run\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/yourusername/qa-web3-tx-verifier.git\ncd qa-web3-tx-verifier\n```\n\n2. Install dependencies:\n\n```bash\nnpm install\n```\n\n3. Create a `.env` file:\n\n```env\nRPC_URL=https://mainnet.infura.io/v3/YOUR_PROJECT_ID\nTX_HASH=0xYourTransactionHashHere\n```\n\n4. Run the script:\n\n```bash\nnode qa-web3-tx-verifier.js\n```\n\n## 📊 Sample Output\n\n```\n✅ Transaction found:\n  Hash: 0xabc...\n  From: 0x...\n  To: 0x...\n  Status: Success\n  Block: 18400234\n```\n\n## 🧐 About\n\nThis project is part of a QA Web3 portfolio by Raúl Casado (GaslessQA), focused on validating decentralized system behaviors through smart automation.\n\n## 📃 Author\n\n**Raúl Casado – GaslessQA**  \n🔗 [https://www.linkedin.com/in/gaslessqa/](https://www.linkedin.com/in/gaslessqa/)\n\n## 📚 License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgaslessqa%2Fqa-web3-tx-verifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgaslessqa%2Fqa-web3-tx-verifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgaslessqa%2Fqa-web3-tx-verifier/lists"}