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

https://github.com/playerx/aa-simple-dapp

AA with Alchemy Account Kit and Magic signer
https://github.com/playerx/aa-simple-dapp

Last synced: about 1 month ago
JSON representation

AA with Alchemy Account Kit and Magic signer

Awesome Lists containing this project

README

          

# Alchemy Simple Account Abstraction Dapp

This is a simple Next.js single page application that leverages account abstraction via the aa-sdk, allowing users to mint an ERC-20 Token to an SCA without needing to have an EOA wallet or incur any gas fees.

## Run Locally @ [http://localhost:3000](http://localhost:3000)

```bash
yarn
yarn build
yarn dev
```

## Contributing

We welcome contributions to the examples/alchemy-daapp repo! If you would like to contribute, please follow these steps:

**This repository follows an MIT license**

1. Clone the repository
2. Create a new branch for your changes
3. Make your changes and commit them
4. Push your changes to your forked repository
5. Submit a pull request to the examples/aa-sdk repo

Please ensure that your code follows our coding standards and that you have added appropriate tests for your changes. We appreciate your contributions and look forward to working with you.