@fireblocks/react-native-ncw-sdk
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

@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

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

  2. 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

Dependencies (0)

    Dev Dependencies (19)

    Package Sidebar

    Install

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

    Weekly Downloads

    54

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    154 kB

    Total Files

    52

    Last publish

    Collaborators

    • alonfireblocks
    • ylfbks
    • fb_alongo
    • slavaserebrianniy
    • vladkucherov
    • zoharfb
    • orenyomtov
    • arikblocks
    • yarinfb
    • idan-fb