To install Auth React NPM package, you can run one of the following commands:
npm install @futureverse/auth-react @futureverse/auth-ui --save
npm install wagmi viem@2.x @tanstack/react-query --save
yarn add @futureverse/auth-react @futureverse/auth-ui
yarn add wagmi viem@2.x @tanstack/react-query
pnpm add @futureverse/auth-react @futureverse/auth-ui
pnpm add wagmi viem@2.x @tanstack/react-query
bun add @futureverse/auth-react @futureverse/auth-ui
bun add wagmi viem@2.x @tanstack/react-query
Prerequisites
Pass React requires an installation of a few peer dependencies:
Auth UI - a React theme UI provider for Pass React.
Wagmi - React Hooks for Web3
Viem - TypeScript Interface for Web3
TanStack - Hooks for fetching, caching and updating asynchronous data in React.