{"id":29291821,"url":"https://github.com/daniel1302/eth-tools","last_synced_at":"2025-07-06T08:40:38.609Z","repository":{"id":300178253,"uuid":"1005096328","full_name":"daniel1302/eth-tools","owner":"daniel1302","description":"ETH tools to automate some tests","archived":false,"fork":false,"pushed_at":"2025-06-19T17:05:25.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-28T07:53:34.458Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/daniel1302.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}},"created_at":"2025-06-19T16:57:03.000Z","updated_at":"2025-06-19T17:05:28.000Z","dependencies_parsed_at":"2025-06-20T09:04:28.834Z","dependency_job_id":"67abdd86-3157-46f4-b40d-a688fdedce2f","html_url":"https://github.com/daniel1302/eth-tools","commit_stats":null,"previous_names":["daniel1302/eth-tools"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/daniel1302/eth-tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daniel1302%2Feth-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daniel1302%2Feth-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daniel1302%2Feth-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daniel1302%2Feth-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daniel1302","download_url":"https://codeload.github.com/daniel1302/eth-tools/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daniel1302%2Feth-tools/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263873665,"owners_count":23523321,"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","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":[],"created_at":"2025-07-06T08:40:37.949Z","updated_at":"2025-07-06T08:40:38.603Z","avatar_url":"https://github.com/daniel1302.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eth-tools\n\nA CLI tool for Ethereum development.\n\n## Installation\n\n```bash\ngo install github.com/daniel1302/eth-tools/cmd/eth-tools@latest\n```\n\n## Usage\n\n### wallets\n\nGenerates one funder and 10 worker Ethereum wallets. This command creates a `configs/wallets.json` file with the generated wallet information.\n\n```bash\neth-tools wallets\n```\n\nAfter running this command, you need to fund the `funder` wallet with some ETH to be used in the traffic simulation.\n\n### deploy\n\nDeploys a simple key-value Solidity smart contract. This command creates a file (e.g., `configs/contract.json`) that stores the deployed contract's address.\n\n```bash\neth-tools deploy --rpc-url \u003crpc-url\u003e --private-key \u003cprivate-key\u003e --contract-file \u003ccontract-file\u003e\n```\n\n### traffic-simulator\n\nA long-running command to simulate network traffic. This command requires the `wallets.json` and contract data files generated by the `wallets` and `deploy` commands, respectively.\n\n```bash\neth-tools traffic-simulator --rpc-url \u003crpc-url\u003e --contract-file \u003ccontract-file\u003e --wallets-file \u003cwallets-file\u003e --timeout \u003ctimeout\u003e\n```\n\n## Development\n\n### Build from source\n\n```bash\ngo build ./cmd/eth-tools\n```\n\n### Run tests\n\n```bash\ngo test ./...\n```\n\n### Recompile smart contracts\n\nTo recompile the Solidity smart contracts and generate the Go bindings, run the following script:\n\n```bash\n./scripts/compile.sh\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaniel1302%2Feth-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaniel1302%2Feth-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaniel1302%2Feth-tools/lists"}