This example showcases how to use the Abstract Global Wallet react SDK inside a Next.js application.
-
Clone this repo
git clone [email protected]:ondefy/agw-integration-example.git
-
Install dependencies
npm install
-
Get API key from https://www.zyfi.org/dashboard and add it in .ENV file
NEXT_PUBLIC_ZYFI_API_KEY=3658200f-****-****-****-e2b52a06c178
-
Run the development server
npm run dev
Visit http://localhost:3000 to see the app.