> For the complete documentation index, see [llms.txt](https://city-protocol.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://city-protocol.gitbook.io/docs/software-development-kit/wallet/installation.md).

# Installation

```bash
bun add @cityprotocol/core @privy-io/react-auth
```

`@privy-io/react-auth` provides the React context, hooks, and embedded-wallet runtime. `@cityprotocol/core` provides `verifyPrivyWallet` for backend token verification alongside the vault SDK methods documented in the Vault Section.
