Socket
Book a DemoInstallSign in
Socket

@fireblocks/react-native-ncw-sdk

Package Overview
Dependencies
Maintainers
10
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fireblocks/react-native-ncw-sdk

NCW SDK Native bridge

1.0.2
latest
Source
npmnpm
Version published
Weekly downloads
7
-30%
Maintainers
10
Weekly downloads
 
Created
Source

@fireblocks/react-native-ncw-sdk

Fireblocks NCW SDK bridge for React Native

Installation

npm install @fireblocks/react-native-ncw-sdk

Android additional setup

Add the Maven repository and SDK dependency to your app as described here

iOS additional setup

  • Edit the following line to your app's Podfile
  post_install do |installer|
    $RNNCWSDK.post_install(installer) # <--- add this line
  • Install pod dependencies:
cd ios && bundle exec pod install
  • Open your project's workspace in Xcode

  • Add Fireblocks SDK Swift Package as described here, or:

File > Add Package Dependecies... > https://github.com/fireblocks/ncw-ios-sdk > Add Package > Add to Target: "Your Project" > Add Package

Usage

import { FireblocksNCWFactory } from '@fireblocks/react-native-ncw-sdk';

// ...

const fireblocksNCW = await FireblocksNCWFactory({
    env: "sandbox", // or "production" etc
    logLevel: "INFO",
    deviceId,
    messagesHandler,
    eventsHandler,
    secureStorageProvider,
});

Example

Example Project

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT

Made with create-react-native-library

Keywords

react-native

FAQs

Package last updated on 14 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.