Abstract Global Wallet (AGW) has two packages available for integration:

  1. agw-react: For frontend applications using React - built on wagmi.

  2. agw-client: For JavaScript/TypeScript environments - built on viem.

Starter Kits

To kickstart a new project with AGW configured in a Next.js app, use our CLI tool:

npx @abstract-foundation/create-abstract-app@latest my-app

Or clone one of our example repositories to quickly get started:

Manual Installation

To add Abstract Global Wallet to an existing project, follow the getting started guides for either the agw-client or agw-react package.