2.2.0 • Published 2 months ago

@spruceid/ssx v2.2.0

Weekly downloads
-
License
Apache-2.0 OR MIT
Repository
github
Last release
2 months ago

SSX Client SDK

Quick Start

You can add SSX to your app using your favorite package manager.

yarn add @spruceid/ssx
# or
npm install @spruceid/ssx
# or
pnpm add @spruceid/ssx

and then you can use it in your app.

import { SSX } from "@spruceid/ssx";

const buttonHandler = async () => {
  const ssx = new SSX();
  const session = await ssx.signIn();
  const address = ssx.address();
};

Documentation

For full documentation, see the SSX Docs