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
- Host: GitHub
- URL: https://github.com/playerx/aa-simple-dapp
- Owner: playerx
- Created: 2024-01-05T14:25:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-05T14:26:08.000Z (over 2 years ago)
- Last Synced: 2025-01-19T22:54:59.395Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://aa-simple-dapp-chi.vercel.app
- Size: 168 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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.