Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 939 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 939 Bytes

Alchemy Simple Account Abstraction Dapp

This is a simple Next.js single page application that leverages account abstraction via the Alchemy 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

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.