This project is a Next.js app that uses the Abstract Global Wallet (AGW) to allow users to sign into the app.
Create a new repository using the create-abstract-app CLI:
npx @abstract-foundation/create-abstract-app@latest my-appChange into the project directory:
cd my-appInstall the dependencies:
npm installStart the development server:
npm run devStart editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.
Open your browser and navigate to http://localhost:3000 to see the app in action.
To learn more about Abstract, check out our developer resources:
- Abstract Documentation - learn about Abstract’s features.
- Abstract Examples - view example repositories for best practices and common use cases.
- YouTube - watch our technical tutorials and explainer videos.
- Discord - chat with the team and other developers in our community.