@sanketsaagar/polygon-kit 0.1.2 → 0.1.4
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 -12
- 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
|
|
@@ -511,12 +511,6 @@ Contributions are welcome! Please read our contributing guidelines and submit pu
|
|
|
511
511
|
|
|
512
512
|
MIT
|
|
513
513
|
|
|
514
|
-
## Support
|
|
515
|
-
|
|
516
|
-
- [Documentation](https://polygon-kit.docs.polygon.technology)
|
|
517
|
-
- [GitHub Issues](https://github.com/polygon/polygon-kit/issues)
|
|
518
|
-
- [Discord Community](https://discord.gg/polygon)
|
|
519
|
-
|
|
520
514
|
---
|
|
521
515
|
|
|
522
516
|
Built with ❤️ for the Polygon ecosystem
|
package/package.json
CHANGED