Skip to content

Latest commit

 

History

History

README.md

Abstract Global Wallet with Next.js

This example showcases how to use AGW batch transactions inside a Next.js application.

Local Development

  1. Get a copy of the agw-batch-transactions 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-batch-transactions examples-main/agw-batch-transactions && cd agw-batch-transactions
  2. Install dependencies

    npm install
  3. Run the development server

    npm run dev

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

Useful Links