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 create-abstract-app my-app
Change into the project directory:
cd my-app
Install the dependencies:
npm install
Start the development server:
npm run dev
Start 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.