@chipi-stack/chipi-expo 10.0.0 → 11.0.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.
Files changed (2) hide show
  1. package/README.md +30 -12
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -1,25 +1,43 @@
1
- # @chipi-stack/chipi-expo
1
+ # Chipi SDK
2
2
 
3
- Chipi SDK for React Native and Expo applications.
3
+ Chipi SDK is the easiest way to integrate USDC staking and withdrawal functionality into your React/Next.js application. Add secure wallet management, token staking, and withdrawals to your application in minutes. All transactions are sponsored thanks to Avnu's paymaster.
4
+
5
+ ## Prerequisites
6
+
7
+ - React 18 or later
8
+ - Node.js >=18.17.0 or later
9
+ - A Chipi account. [Create your account for free](https://dashboard.chipipay.com)
4
10
 
5
11
  ## Installation
6
12
 
13
+ The fastest way to get started with Chipi SDK is by following our [Quickstart Guide](https://docs.chipipay.com/gasless/quickstart).
14
+
7
15
  ```bash
8
16
  npm install @chipi-stack/chipi-expo
17
+ # or
18
+ yarn add @chipi-stack/chipi-expo
9
19
  ```
10
20
 
11
- or
21
+ ## Usage
12
22
 
13
- ```bash
14
- yarn add @chipi-stack/chipi-expo
15
- ```
23
+ For detailed information, guides, and examples visit our [documentation](https://docs.chipipay.com).
16
24
 
17
- or
25
+ ## Support
18
26
 
19
- ```bash
20
- pnpm add @chipi-stack/chipi-expo
21
- ```
27
+ You can get in touch with us in any of the following ways:
22
28
 
23
- ## Usage
29
+ - Join our [Telegram community](https://t.me/chipi_pay)
30
+ - Visit our [YouTube channel](https://www.youtube.com/@chipipay) for tutorials
31
+ - Email us at support@chipi.com
32
+
33
+ ## Contributing
34
+
35
+ 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.
36
+
37
+ ## Security
38
+
39
+ @chipi-stack/chipi-expo follows best practices for security, but 100% security cannot be assured.
40
+
41
+ @chipi-stack/chipi-expo is provided "as is" without any warranty. Use at your own risk.
24
42
 
25
- Please go to the [documentation](https://docs.chipipay.com) for more information.
43
+ For more information and to report security issues, please refer to our [security documentation](https://docs.chipipay.com).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chipi-stack/chipi-expo",
3
- "version": "10.0.0",
3
+ "version": "11.0.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": "^10.0.0",
59
- "@chipi-stack/backend": "^10.0.0",
60
- "@chipi-stack/shared": "^10.0.0",
61
- "@chipi-stack/types": "^10.0.0"
58
+ "@chipi-stack/chipi-react": "^11.0.0",
59
+ "@chipi-stack/shared": "^11.0.0",
60
+ "@chipi-stack/types": "^11.0.0",
61
+ "@chipi-stack/backend": "^11.0.0"
62
62
  },
63
63
  "peerDependencies": {
64
64
  "react": ">=16.8.0",