@chipi-stack/chipi-expo 11.0.0 → 11.2.0
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 +7 -6
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -1,16 +1,17 @@
|
|
|
1
|
-
# Chipi SDK
|
|
1
|
+
# Chipi Expo SDK
|
|
2
2
|
|
|
3
|
-
Chipi SDK is the easiest way to integrate USDC staking and withdrawal functionality into your React
|
|
3
|
+
Chipi Expo SDK is the easiest way to integrate USDC staking and withdrawal functionality into your Expo/React Native application. Add secure wallet management, token staking, and withdrawals to your mobile application in minutes. All transactions are sponsored thanks to Avnu's paymaster.
|
|
4
4
|
|
|
5
5
|
## Prerequisites
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- Expo SDK 49 or later
|
|
8
|
+
- React Native 0.72 or later
|
|
8
9
|
- Node.js >=18.17.0 or later
|
|
9
10
|
- A Chipi account. [Create your account for free](https://dashboard.chipipay.com)
|
|
10
11
|
|
|
11
12
|
## Installation
|
|
12
13
|
|
|
13
|
-
The fastest way to get started with Chipi SDK is by following our [Quickstart Guide](https://docs.chipipay.com/
|
|
14
|
+
The fastest way to get started with Chipi Expo SDK is by following our [Expo Quickstart Guide](https://docs.chipipay.com/tutorials/expo).
|
|
14
15
|
|
|
15
16
|
```bash
|
|
16
17
|
npm install @chipi-stack/chipi-expo
|
|
@@ -28,7 +29,7 @@ You can get in touch with us in any of the following ways:
|
|
|
28
29
|
|
|
29
30
|
- Join our [Telegram community](https://t.me/chipi_pay)
|
|
30
31
|
- Visit our [YouTube channel](https://www.youtube.com/@chipipay) for tutorials
|
|
31
|
-
- Email us at support@
|
|
32
|
+
- Email us at support@chipipay.comcom
|
|
32
33
|
|
|
33
34
|
## Contributing
|
|
34
35
|
|
|
@@ -40,4 +41,4 @@ We're open to all community contributions! If you'd like to contribute in any wa
|
|
|
40
41
|
|
|
41
42
|
@chipi-stack/chipi-expo is provided "as is" without any warranty. Use at your own risk.
|
|
42
43
|
|
|
43
|
-
For more information and to report security issues, please refer to our [security documentation](https://docs.chipipay.com).
|
|
44
|
+
For more information and to report security issues, please refer to our [security documentation](https://docs.chipipay.com/security).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chipi-stack/chipi-expo",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.2.0",
|
|
4
4
|
"description": "Chipi SDK for React Native and Expo applications",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"chipi",
|
|
@@ -55,10 +55,10 @@
|
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
57
|
"@tanstack/react-query": "^5.85.0",
|
|
58
|
-
"@chipi-stack/chipi-react": "^11.
|
|
59
|
-
"@chipi-stack/
|
|
60
|
-
"@chipi-stack/
|
|
61
|
-
"@chipi-stack/
|
|
58
|
+
"@chipi-stack/chipi-react": "^11.2.0",
|
|
59
|
+
"@chipi-stack/backend": "^11.2.0",
|
|
60
|
+
"@chipi-stack/shared": "^11.2.0",
|
|
61
|
+
"@chipi-stack/types": "^11.2.0"
|
|
62
62
|
},
|
|
63
63
|
"peerDependencies": {
|
|
64
64
|
"react": ">=16.8.0",
|