Skip to content

Latest commit

 

History

History

README.md

Abstract Global Wallet EOA Linking Example

This example showcases AGW's Wallet Linking feature; users can sign in with their AGW and view all Ethereum mainnet EOAs linked to their AGW.

Local Development

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

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

    pnpm install
  3. Run the development server:

    pnpm dev
  4. Visit http://localhost:3000 to see the app.

Useful Links