<h1 align="center">🐔<br/>storacha.network</h1>
<p align="center">The upload API for <a href="https://storacha.network">https://storacha.network</a></p>

The `@storacha/upload-api` package provides an implementation of the w3up
UCAN invocation service. It provides a set of storage interfaces that can
be implemented to run w3up on top of arbitrary data stores.

## Install

Install the package using npm:

```bash
npm install @storacha/upload-api
```

## Usage

```js
import { ... } from '@storacha/upload-api'
```

## Contributing

Feel free to join in. All welcome. Please [open an issue](https://github.com/storacha/upload-service/issues)!

## License

Dual-licensed under [Apache 2.0 OR MIT](https://github.com/storacha/upload-service/blob/main/license.md)

