{"id":19317211,"url":"https://github.com/bithyve/react-native-border-wallets","last_synced_at":"2026-01-22T07:33:59.777Z","repository":{"id":209988741,"uuid":"716424350","full_name":"bithyve/react-native-border-wallets","owner":"bithyve","description":"Border Wallets grid for React Native","archived":false,"fork":false,"pushed_at":"2023-11-30T07:13:21.000Z","size":1983,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-02T05:41:46.801Z","etag":null,"topics":["border-wallet"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/bithyve.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2023-11-09T05:25:38.000Z","updated_at":"2025-02-01T19:07:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"93dcb59f-3b07-40ac-a9fb-8f92c452e82e","html_url":"https://github.com/bithyve/react-native-border-wallets","commit_stats":null,"previous_names":["bithyve/react-native-border-wallets"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/bithyve/react-native-border-wallets","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bithyve%2Freact-native-border-wallets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bithyve%2Freact-native-border-wallets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bithyve%2Freact-native-border-wallets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bithyve%2Freact-native-border-wallets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bithyve","download_url":"https://codeload.github.com/bithyve/react-native-border-wallets/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bithyve%2Freact-native-border-wallets/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28658107,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T01:17:37.254Z","status":"online","status_checked_at":"2026-01-22T02:00:07.137Z","response_time":144,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["border-wallet"],"created_at":"2024-11-10T01:14:13.570Z","updated_at":"2026-01-22T07:33:59.772Z","avatar_url":"https://github.com/bithyve.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-native-border-wallets\n\n[Border Wallets](https://www.borderwallets.com/ \"Border Wallets\") library for React Native\n\n## Installation\nThis library uses core crypto module so install [rn-nodify](https://github.com/tradle/rn-nodeify \"rn-nodify\")\n\n```sh\nnpm install react-native-border-wallets\n```\n\n## Usage\n\n```js\nimport BorderWalletGrid, { GridType, generateBorderWalletGrid } from 'react-native-border-wallets';\n\n\n    \u003cBorderWalletGrid\n      gridType={GridType.WORDS}\n      mnemonic=\"12 word mnemonic\"\n      accentColor=\"tomato\"\n      onCellSelected={(index, selectedCells) =\u003e\n        console.log(index, selectedCells)\n      }\n      onGridLoaded={(grid) =\u003e console.log('onGridLoaded', grid)}\n    /\u003e\n\t\n\tconst grid = generateBorderWalletGrid('12 words', GridType.WORDS)\n\t\n```\n---\n\n`\u003cBorderWalletGrid .../\u003e` renders Border Wallet grid for a given mnemonic\n**Props:**\n- `mnemonic: string`\n\tInitial 12 words mnemonic to be use to generate entropy grid\n- `gridType: WORDS | NUMBERS | HEXADECIMAL(Base64) | BLANK`\n\tType of grid\n-  `accentColor: string`\n\tAccent color for loader and selected cell\n- `onGridLoaded: (grid: string[]) =\u003e void`\n\tOptional: Callback to handle grid load completion\n- `onCellSelected: (index: number, selectedCells: number[])=\u003e  void`\n\tOptional callback to handle pattern selection\n---\n\n`generateBorderWalletGrid` returns grid array of 2048 elements for a given mnemonic and grid type\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\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbithyve%2Freact-native-border-wallets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbithyve%2Freact-native-border-wallets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbithyve%2Freact-native-border-wallets/lists"}