@chipi-stack/chipi-expo 10.0.0 → 11.1.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 +31 -12
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -1,25 +1,44 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Chipi Expo SDK
|
|
2
2
|
|
|
3
|
-
Chipi SDK
|
|
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
|
+
|
|
5
|
+
## Prerequisites
|
|
6
|
+
|
|
7
|
+
- Expo SDK 49 or later
|
|
8
|
+
- React Native 0.72 or later
|
|
9
|
+
- Node.js >=18.17.0 or later
|
|
10
|
+
- A Chipi account. [Create your account for free](https://dashboard.chipipay.com)
|
|
4
11
|
|
|
5
12
|
## Installation
|
|
6
13
|
|
|
14
|
+
The fastest way to get started with Chipi Expo SDK is by following our [Expo Quickstart Guide](https://docs.chipipay.com/tutorials/expo).
|
|
15
|
+
|
|
7
16
|
```bash
|
|
8
17
|
npm install @chipi-stack/chipi-expo
|
|
18
|
+
# or
|
|
19
|
+
yarn add @chipi-stack/chipi-expo
|
|
9
20
|
```
|
|
10
21
|
|
|
11
|
-
|
|
22
|
+
## Usage
|
|
12
23
|
|
|
13
|
-
|
|
14
|
-
yarn add @chipi-stack/chipi-expo
|
|
15
|
-
```
|
|
24
|
+
For detailed information, guides, and examples visit our [documentation](https://docs.chipipay.com).
|
|
16
25
|
|
|
17
|
-
|
|
26
|
+
## Support
|
|
18
27
|
|
|
19
|
-
|
|
20
|
-
pnpm add @chipi-stack/chipi-expo
|
|
21
|
-
```
|
|
28
|
+
You can get in touch with us in any of the following ways:
|
|
22
29
|
|
|
23
|
-
|
|
30
|
+
- Join our [Telegram community](https://t.me/chipi_pay)
|
|
31
|
+
- Visit our [YouTube channel](https://www.youtube.com/@chipipay) for tutorials
|
|
32
|
+
- Email us at support@chipipay.comcom
|
|
33
|
+
|
|
34
|
+
## Contributing
|
|
35
|
+
|
|
36
|
+
We're open to all community contributions! If you'd like to contribute in any way, please read our contribution guidelines and code of conduct.
|
|
37
|
+
|
|
38
|
+
## Security
|
|
39
|
+
|
|
40
|
+
@chipi-stack/chipi-expo follows best practices for security, but 100% security cannot be assured.
|
|
41
|
+
|
|
42
|
+
@chipi-stack/chipi-expo is provided "as is" without any warranty. Use at your own risk.
|
|
24
43
|
|
|
25
|
-
|
|
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": "
|
|
3
|
+
"version": "11.1.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/
|
|
59
|
-
"@chipi-stack/
|
|
60
|
-
"@chipi-stack/shared": "^
|
|
61
|
-
"@chipi-stack/types": "^
|
|
58
|
+
"@chipi-stack/backend": "^11.1.0",
|
|
59
|
+
"@chipi-stack/chipi-react": "^11.1.0",
|
|
60
|
+
"@chipi-stack/shared": "^11.1.0",
|
|
61
|
+
"@chipi-stack/types": "^11.1.0"
|
|
62
62
|
},
|
|
63
63
|
"peerDependencies": {
|
|
64
64
|
"react": ">=16.8.0",
|