# @dynamic-labs/ethereum-aa-core

Core package for Ethereum Account Abstraction utilities and types.

## Installation

```bash
npm install @dynamic-labs/ethereum-aa-core
```

## Usage

```typescript
import { AccountAbstractionBaseConnector } from '@dynamic-labs/ethereum-aa-core';
```

## License

MIT
