0.1.12 • Published 9 months ago

@chainplatform/sdk v0.1.12

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

ChainSDK

@chainplatform/sdk is a React Native library implement for react-native and react-native-web. Require crypto-js and react-native-mmkv packages.

Install

npm install @chainplatform/sdk --save

or

yarn add @chainplatform/sdk

Usage

import React from 'react';
import * as ChainSDK from '@chainplatform/sdk';

class App extends React.Component {

    constructor(props) {
        super(props);

        this.state = {
          
        };
    }

  render() {
    return (
      <View style={{flex:1}}></View>
    );
  }
}
0.1.10

9 months ago

0.1.11

9 months ago

0.1.12

9 months ago

0.1.9

9 months ago

0.1.8

10 months ago

0.1.7

10 months ago

0.1.6

10 months ago

0.1.5

11 months ago

0.1.4

11 months ago

0.1.3

11 months ago

0.1.2

11 months ago

0.1.1

11 months ago

0.1.0

11 months ago