Skip to content

Latest commit

 

History

History

README.md

Abstract Global Wallet with Next.js

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

Local Development

  1. Get a copy of the agw-nextjs example directory from the Abstract Examples repository:

    mkdir -p agw-nextjs && curl -L https://codeload.github.com/Abstract-Foundation/examples/tar.gz/main | tar -xz --strip=2 -C agw-nextjs examples-main/agw-nextjs && cd agw-nextjs
  2. Install dependencies

    npm install
  3. Run the development server

    npm run dev

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

Useful Links