{"id":13431870,"url":"https://github.com/MyEtherWallet/VanityEth","last_synced_at":"2025-03-16T22:32:33.177Z","repository":{"id":41203342,"uuid":"84401790","full_name":"MyEtherWallet/VanityEth","owner":"MyEtherWallet","description":"Ethereum vanity address generator","archived":false,"fork":false,"pushed_at":"2023-06-03T10:07:59.000Z","size":35,"stargazers_count":556,"open_issues_count":21,"forks_count":168,"subscribers_count":33,"default_branch":"master","last_synced_at":"2024-10-02T16:38:33.516Z","etag":null,"topics":["checksum","ethereum-address","etheruem","vanity-address"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/MyEtherWallet.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}},"created_at":"2017-03-09T05:25:57.000Z","updated_at":"2024-10-01T08:12:26.000Z","dependencies_parsed_at":"2024-01-16T01:25:47.870Z","dependency_job_id":"e7c085db-9505-41eb-9da7-00f6646e6eb7","html_url":"https://github.com/MyEtherWallet/VanityEth","commit_stats":{"total_commits":23,"total_committers":10,"mean_commits":2.3,"dds":0.6086956521739131,"last_synced_commit":"8f4a2cc2043118dd0a6dbd74351a5b3dc8bc710e"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MyEtherWallet%2FVanityEth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MyEtherWallet%2FVanityEth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MyEtherWallet%2FVanityEth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MyEtherWallet%2FVanityEth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MyEtherWallet","download_url":"https://codeload.github.com/MyEtherWallet/VanityEth/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221668940,"owners_count":16860763,"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":["checksum","ethereum-address","etheruem","vanity-address"],"created_at":"2024-07-31T02:01:06.618Z","updated_at":"2025-03-16T22:32:33.171Z","avatar_url":"https://github.com/MyEtherWallet.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# Vanity Eth\n\nNodejs based tool to generate vanity ethereum addresses\n\n# Features!\n\n  - Generate multiple addresses\n  - Supports Multi-core processors\n  - vanity contract address\n  - log to file\n  - checksum based vanity address\n\n### Installation\n```sh\n$ npm install -g vanity-eth\n$ vanityeth -i deadbeef\n```\n### Examples\n\nGenerate ethereum address:\n```sh\n$ vanityeth\n```\n\ngenerate 10 ethereum addresses:\n```sh\n$ vanityeth -n 10\n```\n\ngenerate 10 ethereum addresses with deadbeef as starting characters:\n```sh\n$ vanityeth -n 10 -i deadbeef\n```\ngenerate 10 ethereum addresses with DEADBEEF as the checksum address (case sensitive):\n```sh\n$ vanityeth -n 10 -i DEADBEEF -c\n```\ngenerate ethereum address with vanity contract address:\n```sh\n$ vanityeth -i deadbeef --contract\n```\nlog to file\n```sh\n$ vanityeth -n 10 -l\n```\nhelp me\n```sh\n$ vanityeth -h\n```\n### Docker usage\n\nGet the image\n```sh\n# Build image locally after cloning repository\n$ docker build -t vanityeth .\n\n# or download image\ndocker pull myetherwallet/vanityeth\n```\n\nUsage\n```\n$ docker run -it vanityeth\n\n# Pass additional arguments\n$ docker run -it myetherwallet/vanityeth -i deadbeef\n```\n\n### Running Locally\nTo run from source:\n```sh\ngit clone git@github.com:MyEtherWallet/VanityEth.git\ncd VanityEth\nnpm install\n./index.js\n```\n\nLicense\n----\n\nMIT\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMyEtherWallet%2FVanityEth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMyEtherWallet%2FVanityEth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMyEtherWallet%2FVanityEth/lists"}