<div align="center">
  <h4>
    <a href="https://www.openfort.io/">
      Website
    </a>
    <span> | </span>
    <a href="https://www.openfort.io/docs">
      Documentation
    </a>
    <span> | </span>
    <a href="https://x.com/openfort_hq">
      X
    </a>
  </h4>
</div>

# Openfort.js Library

[![Version](https://img.shields.io/npm/v/@openfort/openfort-js.svg)](https://www.npmjs.org/package/@openfort/openfort-js)

The Openfort js library provides convenient access to handle client session keys and return signed messages back to Openfort from applications written in client-side JavaScript.

## Installation

```shell
npm install @openfort/openfort-js
```

```shell
yarn add @openfort/openfort-js
```

## Usage examples
- [Next.js app Embedded Wallet](https://github.com/openfort-xyz/openfort-js/tree/main/examples/apps/auth-sample)
- [Next.js app - Wagmi - Embedded Wallet](https://github.com/openfort-xyz/openfort-js/tree/main/examples/apps/wallet-libraries/next-wagmi)

<!--
# vim: set tw=79:
-->
