@coolwallets/transport-react-native-ble

0.0.1-beta.4 • Public • Published

CoolWalletS React-Native-ble Transport

If you're building a React-Native App with CoolWalletS, this is the one you need to use as transport in other api.

Install

npm i @coolwallets/transport-react-native-ble

Usage

import RNBleTransport from '@coolwallets/transport-react-native-ble'
const transport =  RNBleTransport.connect(deviceOrId);

// use transport in other package:
import CoolWallet from '@coolwallets/wallet'
const wallet = new CoolWallet(transport, appPrivateKey, appId)

Readme

Keywords

none

Package Sidebar

Install

npm i @coolwallets/transport-react-native-ble

Weekly Downloads

2

Version

0.0.1-beta.4

License

Apache-2.0

Unpacked Size

49.7 kB

Total Files

7

Last publish

Collaborators

  • coolwallet-team