Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pavankpdev/goaa
- Owner: pavankpdev
- License: mit
- Created: 2023-10-04T05:37:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-09T06:12:52.000Z (about 1 year ago)
- Last Synced: 2024-06-21T20:02:46.251Z (7 months ago)
- Language: Go
- Size: 70.3 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
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).