This example showcases how to use the Abstract Global Wallet react SDK with RainbowKit inside a Next.js application.
-
Get a copy of the
agw-rainbowkit-nextjsexample directory from the Abstract Examples repository:mkdir -p agw-rainbowkit-nextjs && curl -L https://codeload.github.com/Abstract-Foundation/examples/tar.gz/main | tar -xz --strip=2 -C agw-rainbowkit-nextjs examples-main/agw-rainbowkit-nextjs && cd agw-rainbowkit-nextjs
-
Install dependencies
npm install
-
Run the development server
npm run dev
Visit http://localhost:3000 to see the app.