@coolwallet/transport-react-native-ble

0.1.0 • Public • Published

CoolWallet React-Native-ble Transport

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

Install

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

Usage

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

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

Readme

Keywords

none

Package Sidebar

Install

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

Weekly Downloads

8

Version

0.1.0

License

Apache-2.0

Unpacked Size

10.2 kB

Total Files

6

Last publish

Collaborators

  • coolwallet-team