@sanketsaagar/polygon-kit 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 +6 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -16,28 +16,28 @@ PolygonKit is a comprehensive React library inspired by OnchainKit, specifically
|
|
|
16
16
|
|
|
17
17
|
## Installation
|
|
18
18
|
|
|
19
|
-
### Install from
|
|
19
|
+
### Install from NPM (Recommended)
|
|
20
20
|
|
|
21
21
|
```bash
|
|
22
|
-
npm install
|
|
22
|
+
npm install @sanketsaagar/polygon-kit wagmi viem @tanstack/react-query
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
or
|
|
26
26
|
|
|
27
27
|
```bash
|
|
28
|
-
yarn add
|
|
28
|
+
yarn add @sanketsaagar/polygon-kit wagmi viem @tanstack/react-query
|
|
29
29
|
```
|
|
30
30
|
|
|
31
31
|
or
|
|
32
32
|
|
|
33
33
|
```bash
|
|
34
|
-
pnpm add
|
|
34
|
+
pnpm add @sanketsaagar/polygon-kit wagmi viem @tanstack/react-query
|
|
35
35
|
```
|
|
36
36
|
|
|
37
|
-
### Install from
|
|
37
|
+
### Install from GitHub
|
|
38
38
|
|
|
39
39
|
```bash
|
|
40
|
-
npm install
|
|
40
|
+
npm install github:sanketsaagar/polygonKit wagmi viem @tanstack/react-query
|
|
41
41
|
```
|
|
42
42
|
|
|
43
43
|
## Quick Start
|
package/package.json
CHANGED