# Alpha software

The latest version of the Ulysses SDK is used in production in the Hermes Interface,
but it is considered Alpha software and may contain bugs or change significantly between patch versions.
If you have questions about how to use the SDK, please reach out through Discord.
Pull requests welcome!

# Ulysses SDK

[![codecov](https://codecov.io/gh/Maia-DAO/ulysses-sdk/graph/badge.svg?token=MG77DKUNUC)](https://codecov.io/gh/Maia-DAO/ulysses-sdk)

Ulysses SDK is a software development kit designed to facilitate interaction with Ulysses protocol contracts. It provides a set of tools and libraries that abstract the complexities of encoding calldata to interact with the Ulysses protocol.

## Installation

```bash
yarn add ulysses-sdk
```

or

```bash
npm install ulysses-sdk
```

## Contributing

We welcome contributions! Please see our [Contributing Guidelines](../../CONTRIBUTING.md) for more details.

## License

Ulysses SDK is [MIT licensed](./LICENSE).

## Contact

If you have any questions or issues, please [contact us](https://discord.com/invite/MaiaDAO).
