0.6.35 • Published 11 months ago

@bladelabs/react-native-blade-sdk v0.6.35

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

React-native-blade-sdk

Blade SDK for React Native (limited functionality).

This SDK is a bridge between React Native and Swift Blade SDK or Kotlin Blade SDK. For now, it supports only basic functionality. In near future it will repeat all functionality of native SDKs.

Getting Started

Requirements

  • Node.js 16.x or higher (MacOS/Linux)
  • Node.js 16.x to 18.x (Windows)

Install

npm i @bladelabs/react-native-blade-sdk

Usage

import BladeSdk, { BladeEnv, Network } from '@bladelabs/react-native-blade-sdk';

// ...

const apiKey = 'reactsdktest';
const dAppCode = 'FG9dUBQcBaBAPgCHz7DqmNZzrJyhewAMJytjwp3VFIEMFTXQyVSIDq6wRvtPcSAt';

const initResult = await BladeSdk.initialize(apiKey, dAppCode, Network.Testnet, BladeEnv.Prod, true);

const balanceResult = await BladeSdk.getBalance("0.0.10001");
console.log('getBalance:', balanceResult);

Documentation

React-native-blade-sdk documentation.

For more information, please check our Blade SDK Portal

0.6.35

11 months ago

0.6.34

11 months ago

0.6.25

1 year ago

0.6.24

1 year ago

0.6.23

1 year ago

0.6.22

1 year ago

0.6.21

1 year ago

0.6.20

1 year ago

0.6.19

1 year ago

0.6.18

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago