@chainplatform/sdk 0.7.1 → 0.7.2
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 +26 -1
- package/image-1.png +0 -0
- package/image-2.png +0 -0
- package/image.png +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -54,4 +54,29 @@ class App extends React.Component {
|
|
|
54
54
|
);
|
|
55
55
|
}
|
|
56
56
|
}
|
|
57
|
-
```
|
|
57
|
+
```
|
|
58
|
+
|
|
59
|
+
---
|
|
60
|
+
|
|
61
|
+
## 🪪 License
|
|
62
|
+
|
|
63
|
+
MIT © 2025 [Chain Platform](https://chainplatform.net)
|
|
64
|
+
|
|
65
|
+
---
|
|
66
|
+
|
|
67
|
+
## 💖 Support & Donate
|
|
68
|
+
|
|
69
|
+
If you find this package helpful, consider supporting the development:
|
|
70
|
+
|
|
71
|
+
| Cryptocurrency | Address |
|
|
72
|
+
|----------------|----------|
|
|
73
|
+
| **Bitcoin (BTC)** | `17grbSNSEcEybS1nHh4TGYVodBwT16cWtc` |
|
|
74
|
+

|
|
75
|
+
| **Ethereum (ETH)** | `0xa2fd119a619908d53928e5848b49bf1cc15689d4` |
|
|
76
|
+

|
|
77
|
+
| **Tron (TRX)** | `TYL8p2PLCLDfq3CgGBp58WdUvvg9zsJ8pd` |
|
|
78
|
+

|
|
79
|
+
| **DOGE (DOGE)** | `DDfKN2ys4frNaUkvPKcAdfL6SiVss5Bm19` |
|
|
80
|
+
| **USDT (SOLANA)** | `cPUZsb7T9tMfiZFqXbWbRvrUktxgZQXQ2Ni1HiVXgFm` |
|
|
81
|
+
|
|
82
|
+
Your contribution helps maintain open-source development under the Chain Platform ecosystem 🚀
|
package/image-1.png
ADDED
|
Binary file
|
package/image-2.png
ADDED
|
Binary file
|
package/image.png
ADDED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chainplatform/sdk",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.2",
|
|
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
|
"author": "Chain Platform <santran686@gmail.com> (https://chainplatform.net/)",
|