Documentation Index
Fetch the complete documentation index at: https://docs.reown.com/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- Node & a package manager (npm, pnpm, or yarn).
- A project already using AppKit:
More @reown/* packages can be used in your project. This is an example of a project using AppKit and Wagmi for EVM networks.
1. Find the latest AppKit version
Use the registry to read the current published version (do this once, and use the same number for every @reown/* package you install):2. Update your dependencies (all @reown/* to the same version)
Replace X.Y.Z below with the version you just looked up.AppKit publishes its packages in coordinated releases; mixing versions can cause subtle peer-dep and type mismatches, so keep @reown/* on the exact same X.Y.Z.
3. Pin in package.json (Optional)
If you prefer explicit pins (no carets), updatepackage.json: