Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pavankpdev/goaa

An Account Abstraction (ERC-4337) package written in go
https://github.com/pavankpdev/goaa

Last synced: about 1 month ago
JSON representation

An Account Abstraction (ERC-4337) package written in go

Awesome Lists containing this project

README

        

# 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](https://github.com/pavankpdev/goaa/issues/new/choose) or submit a pull request.

## License

This project is licensed under the [MIT License](LICENSE).