# Universal Account SDK

Universal Account SDK provides a unified interface for interacted with universal account.

## Installation

```bash
npm install @particle-network/universal-account-sdk
```

or

```bash
yarn add @particle-network/universal-account-sdk
```

## Features

- 🔄 Cross-chain transactions support (EVM and Solana)
- 💰 Buy, sell, transfer, and convert tokens
- ⛽ Universal Gas support
- 🔐 Smart account management
- 📊 Primary assets query
- 🚀 Token warm-up for faster transactions



## Examples

See the [demos](https://github.com/GDdark/universal-account-example) directory for more examples.

## Changelog

For a detailed list of changes and version history, please refer to the `CHANGELOG.md` file included in this package.

## License

ISC


