0.1.12 • Published 11 months ago

@chainplatform/sdk v0.1.12

Weekly downloads
-
License
MIT
Repository
github
Last release
11 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

11 months ago

0.1.11

11 months ago

0.1.12

11 months ago

0.1.9

11 months ago

0.1.8

12 months ago

0.1.7

12 months ago

0.1.6

12 months ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago