https://github.com/jarrodwatts/agw-batch-call
Batch transactions together with AGW
https://github.com/jarrodwatts/agw-batch-call
Last synced: 6 months ago
JSON representation
Batch transactions together with AGW
- Host: GitHub
- URL: https://github.com/jarrodwatts/agw-batch-call
- Owner: jarrodwatts
- Created: 2024-11-25T03:56:51.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-27T05:36:08.000Z (11 months ago)
- Last Synced: 2025-02-08T18:27:17.413Z (8 months ago)
- Language: TypeScript
- Homepage: https://agw-batch-call.vercel.app
- Size: 949 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Getting Started
This project is a [Next.js](https://nextjs.org/) app that uses the Abstract Global Wallet (AGW) to allow users to sign into the app.
### Local Development
Create a new repository using the `create-abstract-app` CLI:
```bash
npx create-abstract-app my-app
```Change into the project directory:
```bash
cd my-app
```Install the dependencies:
```bash
npm install
```Start the development server:
```bash
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`](http://localhost:3000) to see the app in action.
## Learn More
To learn more about Abstract, check out our developer resources:
- [Abstract Documentation](https://docs.abs.xyz) - learn about Abstract’s features.
- [Abstract Examples](https://github.com/abstract-foundation/examples) - view example repositories for best practices and common use cases.
- [YouTube](https://www.youtube.com/@AbstractBlockchain) - watch our technical tutorials and explainer videos.
- [Discord](https://discord.gg/abstractchain) - chat with the team and other developers in our community.