{"id":21972800,"url":"https://github.com/agustinsrg/eth-test-node-action","last_synced_at":"2026-02-25T08:09:46.990Z","repository":{"id":59385123,"uuid":"536914485","full_name":"AgustinSRG/eth-test-node-action","owner":"AgustinSRG","description":"GitHub Action to setup an Ethereum node to test Smart Contracts","archived":false,"fork":false,"pushed_at":"2024-06-29T09:46:31.000Z","size":267,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-06T12:42:56.791Z","etag":null,"topics":["blockchain","ethereum","geth","github-action","testing","web3"],"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/AgustinSRG.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":"2022-09-15T07:33:59.000Z","updated_at":"2024-06-29T09:46:35.000Z","dependencies_parsed_at":"2025-04-08T10:42:46.337Z","dependency_job_id":null,"html_url":"https://github.com/AgustinSRG/eth-test-node-action","commit_stats":{"total_commits":32,"total_committers":1,"mean_commits":32.0,"dds":0.0,"last_synced_commit":"c0561f8ae5236297dfca084399c9323a587e1b2a"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/AgustinSRG/eth-test-node-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AgustinSRG%2Feth-test-node-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AgustinSRG%2Feth-test-node-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AgustinSRG%2Feth-test-node-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AgustinSRG%2Feth-test-node-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AgustinSRG","download_url":"https://codeload.github.com/AgustinSRG/eth-test-node-action/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AgustinSRG%2Feth-test-node-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278686906,"owners_count":26028385,"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-06T02:00:05.630Z","response_time":65,"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":["blockchain","ethereum","geth","github-action","testing","web3"],"created_at":"2024-11-29T15:21:20.390Z","updated_at":"2025-10-06T22:09:38.881Z","avatar_url":"https://github.com/AgustinSRG.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ethereum test node (GitHub Action)\r\n\r\nThis [GitHub Action](https://github.com/features/actions) sets up a single-node and free-gas Ethereum RPC environment to automatically test smart contract projects.\r\n\r\nNote: This action is limited only to Github Actions. It may not work in other environments.\r\n\r\n## Usage\r\n\r\n```yml\r\nsteps:\r\n- uses: AgustinSRG/eth-test-node-action@v6\r\n  with:\r\n    rpcPort: 8545 # Optional, default value is 8545. The json-RPC port\r\n    websocketPort: 8546 # WebSockets port, by default 8546\r\n```\r\n\r\n## Connecting to the node\r\n\r\nIn order to make use of the node, connect it using the HTTP interface (the node runs in the same host). Example with web3:\r\n\r\n```js\r\nconst web3 = new Web3(\"http://localhost:8545\");\r\n```\r\n\r\nThe Chain ID for sending transactions is `2833`.\r\n\r\n## Accounts with balance\r\n\r\nIf you require accounts with balance, there are some of them defined in the genesis file, here is the full list:\r\n\r\n| Account address                              | Balance       | Private Key                                                        |\r\n| -------------------------------------------- | ------------- | ------------------------------------------------------------------ |\r\n| `0x01a596Da8aEfA5d6caf233F1Bdaab2Da963B5830` | 100000000 ETH | `3de106f01f3fa595f215f50a0daf2ddd1bd061663b69396783a70dcee9f1f755` |\r\n| `0x64eBC0159b5FDCEe8EE623DCc7bF8D296F17826B` | 100000000 ETH | `b6cc360b19ce026fd49052de6fb683b5e10f9a1713320848c1ed9ab2e25ed11d` |\r\n| `0xA953F261F8277C6c54951e1E2f04360dEA066fa1` | 100000000 ETH | `8acfcb9c3df4cdadf8837c515e925e5110cf9097474489ad253c358e69abe672` |\r\n| `0xa87B7E7E2274A611E3d63AB2d690b6a772036E48` | 100000000 ETH | `1a774dd0f467418e0ebfceb3187b9073642b9a2610be2116b636e244168b5514` |\r\n\r\nSince the min gas price is set to 0, you can make smart contract transactions at 0 cost if you specify the gas price to 0 in the transaction parameters.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagustinsrg%2Feth-test-node-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagustinsrg%2Feth-test-node-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagustinsrg%2Feth-test-node-action/lists"}