Skip to content

vulpemventures/react-native-gdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

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.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors 2

  •  
  •