{"id":21972827,"url":"https://github.com/agustinsrg/eth-test-node","last_synced_at":"2025-07-22T18:30:24.479Z","repository":{"id":48185710,"uuid":"516729358","full_name":"AgustinSRG/eth-test-node","owner":"AgustinSRG","description":"Development ethereum node for testing","archived":true,"fork":false,"pushed_at":"2023-06-22T14:24:21.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-08T10:51:57.707Z","etag":null,"topics":["blockchain","docker","docker-compose","ethereum","geth","testing"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/AgustinSRG.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}},"created_at":"2022-07-22T11:43:50.000Z","updated_at":"2024-05-14T09:27:23.000Z","dependencies_parsed_at":"2023-01-20T09:19:13.023Z","dependency_job_id":null,"html_url":"https://github.com/AgustinSRG/eth-test-node","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AgustinSRG/eth-test-node","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AgustinSRG%2Feth-test-node","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AgustinSRG%2Feth-test-node/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AgustinSRG%2Feth-test-node/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AgustinSRG%2Feth-test-node/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AgustinSRG","download_url":"https://codeload.github.com/AgustinSRG/eth-test-node/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AgustinSRG%2Feth-test-node/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266552228,"owners_count":23947172,"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-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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","docker","docker-compose","ethereum","geth","testing"],"created_at":"2024-11-29T15:21:37.052Z","updated_at":"2025-07-22T18:30:24.145Z","avatar_url":"https://github.com/AgustinSRG.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Development ethereum node for testing\n\nThis is a development Ethereum test node for testing distributed applications.\n\n## Requirements\n\n - Docker\n - Docker Compose\n\n## Configuration\n\nIn order to configure the blockchain, edit the `genesis.json` file.\n\nRemember to change the `NETWORK_ID` in `.env` if you change `config.chainId` in `genesis.json`.\n\n## Running the node\n\nIn order to start the node, use the following command:\n\n```\ndocker-compose up --build\n```\n\nIn order to stop them:\n\n```\ndocker-compose down\n```\n\n## Ports\n\nExposed ports:\n\n - `8545` - JSON RPC HTTP service\n - `8546` - JSON RPC Websocket service\n\n## Accounts with balance\n\nIf you require accounts with balance, there are some of them defined in the genesis file, here is the full list:\n\n| Account address                              | Balance       | Private Key                                                        |\n| -------------------------------------------- | ------------- | ------------------------------------------------------------------ |\n| `0x01a596Da8aEfA5d6caf233F1Bdaab2Da963B5830` | 100000000 ETH | `3de106f01f3fa595f215f50a0daf2ddd1bd061663b69396783a70dcee9f1f755` |\n| `0x64eBC0159b5FDCEe8EE623DCc7bF8D296F17826B` | 100000000 ETH | `b6cc360b19ce026fd49052de6fb683b5e10f9a1713320848c1ed9ab2e25ed11d` |\n| `0xA953F261F8277C6c54951e1E2f04360dEA066fa1` | 100000000 ETH | `8acfcb9c3df4cdadf8837c515e925e5110cf9097474489ad253c358e69abe672` |\n| `0xa87B7E7E2274A611E3d63AB2d690b6a772036E48` | 100000000 ETH | `1a774dd0f467418e0ebfceb3187b9073642b9a2610be2116b636e244168b5514` |\n\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.\n\n## Reset \n\nIf you want to change the genesis file, type the following (this will reset the blockchain):\n\n```\ndocker-compose down -v\n```\n\nand:\n\n```\ndocker-compose up --build\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagustinsrg%2Feth-test-node","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagustinsrg%2Feth-test-node","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagustinsrg%2Feth-test-node/lists"}