{"id":22646390,"url":"https://github.com/fireblocks/react-native-ncw-sdk","last_synced_at":"2025-06-15T15:03:23.090Z","repository":{"id":235548145,"uuid":"773696449","full_name":"fireblocks/react-native-ncw-sdk","owner":"fireblocks","description":"React Native NCW SDK","archived":false,"fork":false,"pushed_at":"2024-07-14T10:02:55.000Z","size":3537,"stargazers_count":2,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-16T01:31:35.839Z","etag":null,"topics":["android","ios","mpc","ncw","react-native","sdk"],"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/fireblocks.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2024-03-18T08:31:42.000Z","updated_at":"2024-06-27T11:28:42.000Z","dependencies_parsed_at":"2024-06-10T05:45:32.138Z","dependency_job_id":"1bff1a12-57bb-46dd-9984-597514f65f04","html_url":"https://github.com/fireblocks/react-native-ncw-sdk","commit_stats":null,"previous_names":["fireblocks/react-native-ncw-sdk"],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fireblocks%2Freact-native-ncw-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fireblocks%2Freact-native-ncw-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fireblocks%2Freact-native-ncw-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fireblocks%2Freact-native-ncw-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fireblocks","download_url":"https://codeload.github.com/fireblocks/react-native-ncw-sdk/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248501749,"owners_count":21114677,"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","ios","mpc","ncw","react-native","sdk"],"created_at":"2024-12-09T06:10:24.762Z","updated_at":"2025-04-12T00:35:01.079Z","avatar_url":"https://github.com/fireblocks.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @fireblocks/react-native-ncw-sdk\n\nFireblocks NCW SDK bridge for React Native\n\n## Installation\n\n```sh\nnpm install @fireblocks/react-native-ncw-sdk\n```\n\n### Android additional setup\n\nAdd the Maven repository and SDK dependency to your app as described [here](https://ncw-developers.fireblocks.com/docs/setup-4#android-sdk-installation)\n\n### iOS additional setup\n1. Edit the following line to your app's `Podfile`\n\n```rb\n  post_install do |installer|\n    $RNNCWSDK.post_install(installer) # \u003c--- add this line\n```\n\n2. Install pod dependencies:\n\n```sh\ncd ios \u0026\u0026 bundle exec pod install\n```\n3. Open your project's workspace in Xcode\n\n4. Add Fireblocks SDK Swift Package as described [here](https://ncw-developers.fireblocks.com/docs/setup-4#ios-sdk-installation), or:\n\nFile \u003e Add Package Dependecies... \u003e https://github.com/fireblocks/ncw-ios-sdk \u003e Add Package \u003e Add to Target: \"Your Project\" \u003e Add Package\n\n## Usage\n\n\n```js\nimport { FireblocksNCWFactory } from '@fireblocks/react-native-ncw-sdk';\n\n// ...\n\nconst fireblocksNCW = await FireblocksNCWFactory({\n    env: \"sandbox\", // or \"production\" etc\n    logLevel: \"INFO\",\n    deviceId,\n    messagesHandler,\n    eventsHandler,\n    secureStorageProvider,\n});\n```\n\n## Example\n[Example Project](example)\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---\n\nMade with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffireblocks%2Freact-native-ncw-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffireblocks%2Freact-native-ncw-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffireblocks%2Freact-native-ncw-sdk/lists"}