{"id":15201902,"url":"https://github.com/saineshnakra/crypto-wallet-api","last_synced_at":"2026-01-29T09:38:05.128Z","repository":{"id":240550158,"uuid":"802940040","full_name":"saineshnakra/crypto-wallet-api","owner":"saineshnakra","description":"A Node.js API service for generating Bitcoin wallets from mnemonics","archived":false,"fork":false,"pushed_at":"2025-02-13T19:16:05.000Z","size":103,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-12T22:40:09.202Z","etag":null,"topics":["bitcoin","bitcoin-wallet","blockchain","cryptocurrency","express","nodejs"],"latest_commit_sha":null,"homepage":"","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/saineshnakra.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,"zenodo":null}},"created_at":"2024-05-19T17:01:41.000Z","updated_at":"2025-02-13T19:16:08.000Z","dependencies_parsed_at":"2024-09-19T03:30:27.743Z","dependency_job_id":"a847c03d-6f3a-46b6-98e9-1461fdd79331","html_url":"https://github.com/saineshnakra/crypto-wallet-api","commit_stats":{"total_commits":16,"total_committers":1,"mean_commits":16.0,"dds":0.0,"last_synced_commit":"4a8712ff5fd833001567b992c6c200f0f8e5ddc7"},"previous_names":["saineshnakra/crypto-wallet-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/saineshnakra/crypto-wallet-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saineshnakra%2Fcrypto-wallet-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saineshnakra%2Fcrypto-wallet-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saineshnakra%2Fcrypto-wallet-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saineshnakra%2Fcrypto-wallet-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saineshnakra","download_url":"https://codeload.github.com/saineshnakra/crypto-wallet-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saineshnakra%2Fcrypto-wallet-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28873993,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T07:35:32.468Z","status":"ssl_error","status_checked_at":"2026-01-29T07:33:31.463Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["bitcoin","bitcoin-wallet","blockchain","cryptocurrency","express","nodejs"],"created_at":"2024-09-28T03:42:20.453Z","updated_at":"2026-01-29T09:38:05.107Z","avatar_url":"https://github.com/saineshnakra.png","language":"JavaScript","readme":"# Crypto Wallet API\n\nA Node.js API service for generating Bitcoin wallet information from a mnemonic phrase using Express.js and various cryptocurrency libraries.\n\n## Features\n\n- Generates Bitcoin address, private key, and WIF key from a given mnemonic.\n- Follows BIP44 path for Bitcoin derivation.\n- Built with Express.js for a robust API structure.\n- Secure and optimized using industry-standard libraries.\n \n\n## Installation\n\n1. Clone the repository:\n    ```bash\n    git clone https://github.com/your-username/crypto-wallet-api.git\n    cd crypto-wallet-api\n    ```\n\n2. Install dependencies:\n    ```bash\n    npm install\n    ```\n\n3. Create a `.env` file with the following content:\n    ```plaintext\n    PORT=3000\n    ```\n\n4. Start the server:\n    ```bash\n    node app.js\n    ```\n\n## Usage\n\nUse Postman or any API client to test the endpoint:\n\n- **URL**: `http://localhost:3000/api/wallet/create`\n- **Method**: POST\n- **Body**:\n    ```json\n    {\n        \"mnemonic\": \"replace swamp motion employ inch amused ritual clown liberty remove orbit budget\"\n    }\n    ```\n\n## Example Response\n\n```json\n{\n    \"address\": \"1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa\",\n    \"path\": \"m/44'/0'/0'/0/0\",\n    \"privateKey\": \"0c28fca386c7a2279d215eede366f6eb15a3cc9ef9b38530d9a3adf0af6c310d\",\n    \"WIF\": \"5HueCGU8rMjxEXxiPuD5BDu26TmVQjqpsfsbyT3sK4I5w4Q3QD6\"\n}\n```\n\n# Testing\n\nTo run jest tests \nnpm test\n\n\n# Contributing\n\nContributions are welcome! Please follow these steps to contribute:\n\nFork the repository.\nCreate a new branch (git checkout -b feature-branch).\nMake your changes.\nCommit your changes (git commit -m 'Add some feature').\nPush to the branch (git push origin feature-branch).\nOpen a pull request.\n\n# License \n\nThis project is licensed under the MIT License.\n\n# Contact\n\nIf you have any questions or suggestions, feel free to open an issue or contact me directly.\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaineshnakra%2Fcrypto-wallet-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaineshnakra%2Fcrypto-wallet-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaineshnakra%2Fcrypto-wallet-api/lists"}