{"id":18458043,"url":"https://github.com/coingrig/coingrig-wallet-generator","last_synced_at":"2025-04-08T05:33:50.650Z","repository":{"id":57103355,"uuid":"455858658","full_name":"coingrig/coingrig-wallet-generator","owner":"coingrig","description":"Blazing⚡️Fast BTC and ETH Wallet Generator library for React Native, Android and iOS","archived":false,"fork":false,"pushed_at":"2022-02-15T13:51:03.000Z","size":41778,"stargazers_count":7,"open_issues_count":1,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-16T22:06:01.420Z","etag":null,"topics":["android","bitcoin","ethereum","ios","react-native","wallet"],"latest_commit_sha":null,"homepage":"","language":"Objective-C","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/coingrig.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-02-05T12:04:48.000Z","updated_at":"2023-09-21T12:49:23.000Z","dependencies_parsed_at":"2022-08-20T20:40:27.108Z","dependency_job_id":null,"html_url":"https://github.com/coingrig/coingrig-wallet-generator","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coingrig%2Fcoingrig-wallet-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coingrig%2Fcoingrig-wallet-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coingrig%2Fcoingrig-wallet-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coingrig%2Fcoingrig-wallet-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coingrig","download_url":"https://codeload.github.com/coingrig/coingrig-wallet-generator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247785918,"owners_count":20995641,"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":["android","bitcoin","ethereum","ios","react-native","wallet"],"created_at":"2024-11-06T08:16:30.145Z","updated_at":"2025-04-08T05:33:45.640Z","avatar_url":"https://github.com/coingrig.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @coingrig/wallet-generator\n\nBlazing ⚡️ Fast BTC and ETH Wallet Generator library for React Native, Android and iOS.\nThis is a high performance native library written in GO.\n\nTodo:\n- [x] Bitcoin (segwit)\n- [x] Ethereum\n- [ ] Bitcoin Cash\n- [ ] Litecoin\n- [ ] Doge\n- [ ] Egold (Elrond)\n- [ ] Solana\n- [ ] Dash\n- [ ] Ethereum Clasic\n\n## React Native\n### Installation\n\n```sh\nnpm install @coingrig/wallet-generator\n```\n\n### Usage\n\n```js\nimport { generateMnemonic, generateWallet } from '@coingrig/wallet-generator';\n\n// Generate mnemonic\nconst words = 12; // or 24\nconst mnemonic = await generateMnemonic(words);\n\n// Generate wallet\nconst chain = 'BTC' // or ETH\nlet wallet = await generateWallet(mnemonic, chain);\nwallet = JSON.parse(wallet);\nconsole.log(wallet.address, wallet.privateKey);\n\n```\n## Native - Android and iOS (Java, Kotlin, Objective-C, Swift)\nIt is also available to use in native projects (Android and iOS).\n- For Android use jitpack: https://jitpack.io/#coingrig/cgwallet-android-artifact\n- For iOS use the `CGWallet.xcframework` from `ios/`\n\n## Contributing\n\nSee the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoingrig%2Fcoingrig-wallet-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoingrig%2Fcoingrig-wallet-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoingrig%2Fcoingrig-wallet-generator/lists"}