ape-im-sdk-react 1.0.0 → 1.0.1
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 +2 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -27,11 +27,9 @@ pnpm add ape-im-sdk-react
|
|
|
27
27
|
## Requirements
|
|
28
28
|
|
|
29
29
|
- **React 18+**
|
|
30
|
-
- **
|
|
30
|
+
- **Web3 wallet** - Connect via Glyph or any injected wallet (MetaMask, Coinbase, etc.)
|
|
31
31
|
- Ape IM API endpoint (defaults to `https://www.apeinstantmessenger.com`)
|
|
32
32
|
|
|
33
|
-
> **Note:** The SDK currently requires MetaMask or a compatible injected wallet. WalletConnect support is planned for a future release.
|
|
34
|
-
|
|
35
33
|
## Quick Start
|
|
36
34
|
|
|
37
35
|
Add the chat widget to your app with just a few lines:
|
|
@@ -189,7 +187,7 @@ import type {
|
|
|
189
187
|
|
|
190
188
|
## API Documentation
|
|
191
189
|
|
|
192
|
-
For complete API documentation, visit: https://
|
|
190
|
+
For complete API documentation, visit: https://www.apeinstantmessenger.com/docs
|
|
193
191
|
|
|
194
192
|
## Publishing to npm
|
|
195
193
|
|
package/package.json
CHANGED