Skip to content

Latest commit

 

History

History
36 lines (18 loc) · 1.31 KB

README.MD

File metadata and controls

36 lines (18 loc) · 1.31 KB

GoAA: Account Abstraction Package for Go

GoAA is a Go package that implements Account Abstraction (ERC-4337), allowing you to work with Ethereum accounts and transactions more efficiently. This package simplifies the interaction with Ethereum smart contracts and blockchain by providing easy-to-use functions and abstractions.

Features

  • Account Abstraction (ERC-4337): GoAA is built following the ERC-4337 standard, enabling seamless integration with Ethereum accounts and transactions.

  • Go Implementation: Written in Go, GoAA is designed for easy integration into Go-based applications and projects.

Getting Started

To get started with GoAA, you can follow these steps:

  1. Clone the GoAA repository to your local machine.

  2. Navigate to the "examples" directory to find sample code and usage examples.

  3. Include the GoAA package in your Go project and start working with Ethereum accounts and transactions effortlessly.

Example

All the example are available within the example directory

Documentation

Coming soon

Contributing

Contributions are welcome from the community! If you find a bug or have a feature request, please open an issue or submit a pull request.

License

This project is licensed under the MIT License.