@chainplatform/sdk 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +20 -8
- package/package.json +1 -1
package/README.md
CHANGED
@@ -1,14 +1,26 @@
|
|
1
1
|
# ChainSDK
|
2
2
|
@chainplatform/sdk is a React Native library implement for react-native and react-native-web. Require crypto-js and react-native-mmkv packages.
|
3
3
|
|
4
|
-
<
|
5
|
-
<
|
6
|
-
|
7
|
-
</a>
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
<a href="https://
|
4
|
+
<p align="center">
|
5
|
+
<a href="https://github.com/ChainPlatform/ChainSDK/blob/HEAD/LICENSE">
|
6
|
+
<img src="https://img.shields.io/badge/license-MIT-blue.svg" />
|
7
|
+
</a>
|
8
|
+
<a href="https://www.npmjs.com/package/@chainplatform/sdk">
|
9
|
+
<img src="https://img.shields.io/npm/v/@chainplatform/sdk?color=brightgreen&label=npm%20package" alt="Current npm package version." />
|
10
|
+
</a>
|
11
|
+
<a href="https://www.npmjs.com/package/@chainplatform/sdk">
|
12
|
+
<img src="https://img.shields.io/npm/dt/@chainplatform/sdk.svg"></img>
|
13
|
+
</a>
|
14
|
+
<a href="https://www.npmjs.com/package/@chainplatform/sdk">
|
15
|
+
<img src="https://img.shields.io/badge/platform-android%20%7C%20ios%20%7C%20web-blue"></img>
|
16
|
+
</a>
|
17
|
+
<a href="https://github.com/ChainPlatform/ChainSDK/pulls">
|
18
|
+
<img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="PRs welcome!" />
|
19
|
+
</a>
|
20
|
+
<a href="https://twitter.com/intent/follow?screen_name=doansan">
|
21
|
+
<img src="https://img.shields.io/twitter/follow/doansan.svg?label=Follow%20@doansan" alt="Follow @doansan" />
|
22
|
+
</a>
|
23
|
+
</p>
|
12
24
|
|
13
25
|
### Install
|
14
26
|
```
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@chainplatform/sdk",
|
3
|
-
"version": "0.1.
|
3
|
+
"version": "0.1.3",
|
4
4
|
"description": "@chainplatform/sdk is a React Native library implement for react-native and react-native-web. Require crypto-js and react-native-mmkv packages.",
|
5
5
|
"main": "index.js",
|
6
6
|
"devDependencies": {
|