@spruceid/ssx
TypeScript icon, indicating that this package has built-in type declarations

2.2.0 • Public • Published

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

/@spruceid/ssx/

    Package Sidebar

    Install

    npm i @spruceid/ssx

    Weekly Downloads

    27

    Version

    2.2.0

    License

    Apache-2.0 OR MIT

    Unpacked Size

    5.35 MB

    Total Files

    38

    Last publish

    Collaborators

    • obstropolos
    • jszersze
    • skgbafa
    • chunningham
    • wycjs
    • sbihel
    • w4ll3
    • xtheosirian