An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


Abstract Logo


This is an Abstract app template bootstrapped with create-abstract-app.


## 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.