# Installation

The SDK is available as a single package, installable using your preferred package manager:

```bash
npm install @maplelabs/maple-js

// or if using yarn

yarn add @maplelabs/maple-js
```

⚠️ Important Note on SDK Versioning: Regularly check for updates and new releases to access the latest features, improvements, and bug fixes. Monitor the SDK's versioning by visiting the official repository, subscribing to release notifications, or checking your package manager's update logs. This ensures optimal experience and compatibility with the Maple Protocol ecosystem.

⚠️ **Beta Disclaimer:** Please be aware that the SDK is currently in beta. While we strive to provide the best possible experience, using it is at your own risk. We appreciate your understanding and encourage you to provide feedback on any issues or suggestions for improvements.

## Developer Links

* [Maple SDK GitHub repo](https://github.com/maple-labs/maple-js)
* [Maple Smart Contracts v2 GitHub repo](https://github.com/maple-labs/maple-core-v2)

## Requirements

* [ethers v5](https://docs.ethers.org/v5/)
