Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History

README.md

Abstract Global Wallet with RainbowKit

This example showcases how to use the Abstract Global Wallet react SDK with RainbowKit inside a Next.js application.

Local Development

  1. Get a copy of the agw-rainbowkit-nextjs example 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
  2. Install dependencies

    npm install
  3. Run the development server

    npm run dev

Visit http://localhost:3000 to see the app.

Useful Links