react-native-bdk-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 +2 -6
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-

|
|
2
2
|
|
|
3
3
|
<div align="center">
|
|
4
4
|
<h1>react-native-bdk-sdk</h1>
|
|
@@ -14,11 +14,7 @@ A modern, lightweight, descriptor-based wallet library written in Rust! And now,
|
|
|
14
14
|
<div align="center">
|
|
15
15
|
<a href="https://bitcoindevkit.org/">BDK Website</a> ·
|
|
16
16
|
<a href="https://docs.rs/bdk_wallet/latest/bdk_wallet/">BDK Wallet</a>
|
|
17
|
-
</
|
|
18
|
-
|
|
19
|
-
https://bitcoindevkit.org/
|
|
20
|
-
https://docs.rs/bdk_wallet/latest/bdk_wallet/
|
|
21
|
-
|
|
17
|
+
</div>
|
|
22
18
|
|
|
23
19
|
## Installation
|
|
24
20
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-bdk-sdk",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "React Native language bindings for the Bitcoin Development Kit",
|
|
5
5
|
"source": "./src/index.tsx",
|
|
6
6
|
"main": "./lib/commonjs/index.js",
|
|
@@ -79,8 +79,8 @@
|
|
|
79
79
|
"access": "public"
|
|
80
80
|
},
|
|
81
81
|
"checksums": {
|
|
82
|
-
"android": "
|
|
83
|
-
"ios": "
|
|
82
|
+
"android": "ce49aff791b6b32205ff410d61fc75b9cbcad33ed4c19ccaa93cf8cbac19d06f",
|
|
83
|
+
"ios": "1984328794090754d98c71b159ac78b19c6021bd4d8b33106091a5a256b5447d"
|
|
84
84
|
},
|
|
85
85
|
"dependencies": {
|
|
86
86
|
"uniffi-bindgen-react-native": "0.30.0-1"
|