@sanketsaagar/polygon-kit 0.1.5 → 0.1.6
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 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,6 +4,12 @@
|
|
|
4
4
|
|
|
5
5
|
PolygonKit is a comprehensive React library inspired by OnchainKit, specifically designed for building web3 applications on Polygon. It provides battle-tested components, hooks, and utilities to create seamless onchain experiences.
|
|
6
6
|
|
|
7
|
+
## 📚 Documentation
|
|
8
|
+
|
|
9
|
+
**[View Full Documentation →](https://polygonlabs.mintlify.app/)**
|
|
10
|
+
|
|
11
|
+
Complete guides, API reference, and examples available [here](https://polygonlabs.mintlify.app/)
|
|
12
|
+
|
|
7
13
|
## Features
|
|
8
14
|
|
|
9
15
|
- **Wallet Management** - Easy wallet connection and account management
|
package/package.json
CHANGED