{"id":22585158,"url":"https://github.com/dannweeeee/svm-wallet-maker","last_synced_at":"2025-07-19T06:38:37.306Z","repository":{"id":266722524,"uuid":"899157951","full_name":"dannweeeee/svm-wallet-maker","owner":"dannweeeee","description":"Python script to bulk-create wallets for Solana and other SVM-based blockchains.","archived":false,"fork":false,"pushed_at":"2024-12-07T04:05:03.000Z","size":3,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T17:17:34.138Z","etag":null,"topics":["python","solana","svm","wallet"],"latest_commit_sha":null,"homepage":"","language":"Python","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/dannweeeee.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}},"created_at":"2024-12-05T18:17:59.000Z","updated_at":"2025-03-06T21:32:33.000Z","dependencies_parsed_at":"2024-12-05T19:36:54.171Z","dependency_job_id":null,"html_url":"https://github.com/dannweeeee/svm-wallet-maker","commit_stats":null,"previous_names":["dannweeeee/svm-wallet-maker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dannweeeee/svm-wallet-maker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dannweeeee%2Fsvm-wallet-maker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dannweeeee%2Fsvm-wallet-maker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dannweeeee%2Fsvm-wallet-maker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dannweeeee%2Fsvm-wallet-maker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dannweeeee","download_url":"https://codeload.github.com/dannweeeee/svm-wallet-maker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dannweeeee%2Fsvm-wallet-maker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265898369,"owners_count":23845777,"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":["python","solana","svm","wallet"],"created_at":"2024-12-08T07:07:30.088Z","updated_at":"2025-07-19T06:38:37.278Z","avatar_url":"https://github.com/dannweeeee.png","language":"Python","funding_links":[],"categories":["Additional SVM Projects"],"sub_categories":[],"readme":"# SVM Wallet Maker\n\n## Features\n\n- Generate any number of Solana wallets\n- BIP-44 standard compliance\n- Secure mnemonic generation (12 words)\n- Export wallet details to CSV\n- Optional password protection for mnemonics\n\n## Prerequisites\n\n- Python 3.x\n- Required packages:\n  ```txt\n  bip_utils\n  csv\n  os\n  ```\n\n## Installation\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/dannweeeee/svm-wallet-maker.git\n   ```\n2. Create and activate a virtual environment:\n   ```bash\n   python -m venv venv\n   source venv/bin/activate\n   ```\n3. Install dependencies:\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n## Usage\n\nRun the script using Python:\n\n```bash\npython solana_wallet_maker.py\n```\n\nThe script will:\n\n1. Prompt you to enter the number of wallets you want to generate\n2. Create the specified number of wallets\n3. Save the wallet details to `output/solana_wallets.csv`\n\n### Output Format\n\nThe generated CSV file contains the following columns:\n\n- Public Key\n- Private Key (Base58)\n- Mnemonic\n\n## Security Considerations\n\n- Keep your private keys and mnemonics secure\n- Never share your private keys or mnemonics with anyone\n- The generated CSV file contains sensitive information - store it safely\n- Consider encrypting the output file for additional security","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdannweeeee%2Fsvm-wallet-maker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdannweeeee%2Fsvm-wallet-maker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdannweeeee%2Fsvm-wallet-maker/lists"}