# @hyperswap-labs/v3-sdk

A collection of smart contract addresses and constants used across the Hyperswap protocol and SDK packages

## Requirements

- Node.js 18 or higher

## Installation

```bash
npm install
```

## Build

```bash
npm run build
```

## Publish

```bash
npm publish --access public
```

The build output will be available in the `dist` directory.
