Skip to content

react-native-gdk 0.0.5

Install from the command line:
Learn more about npm packages
$ npm install @vulpemventures/react-native-gdk@0.0.5
Install via package.json:
"@vulpemventures/react-native-gdk": "0.0.5"

About this version

react-native-gdk

React Native integration of Green Development Kit for Liquid Bitcoin.

  • Made entirely using JSI (JavaScript Interface) for React Native.
  • Currently using GDK Release 0.69.0

Installation

React Native

npm install @vulpemventures/react-native-gdk
# or
yarn add @vulpemventures/react-native-gdk
# and then
cd ios && pod install

Expo

yarn add @vulpemventures/react-native-gdk
# and then
expo prebuild

Usage

import Gdk from "react-native-gdk"
// create the instance of your native module
const gdk = Gdk()
// make sure to call
gdk.init()
gdk.createSession()

// you are good to go!
gdk.generateMnemonic12()

Contributing

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

Details


Assets

  • react-native-gdk-0.0.5.tgz

Download activity

  • Total downloads 905
  • Last 30 days 110
  • Last week 0
  • Today 0