0.0.23 • Published 10 months ago

@sismo-core/sismo-connect-client v0.0.23

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Sismo Connect is single sign-on method for applications enabling aggregated data requests to users thanks to privacy. Once integrated, applications can request private, granular data from users, while users can authenticate and selectively reveal their data thanks to zero-knowledge proofs (ZKPs).

The Sismo Connect Client is a frontend package that allows to easily request data from the Sismo Data Vault app.

Here is the link to the full documentation of the package: Sismo Connect Client package.

You can learn more on Sismo Connect here.

Prerequisites

  • Node.js >= 18.15.0 (Latest LTS version)

Usage

Installation

Install Sismo Connect Client package in your frontend with npm or yarn:

# with npm
npm install @sismo-core/sismo-connect-client
# with yarn
yarn add @sismo-core/sismo-connect-client

Import

Import the package in your frontend:

import { SismoConnect, SismoConnectConfig } from "@sismo-core/sismo-connect-client";

const config: SismoConnectConfig = {
  // you will need to register an appId in the Factory
  appId: "0x8f347ca31790557391cec39b06f02dc2",
};

// create a new SismoConnect instance with the client configuration
const sismoConnect = SismoConnect({ config });

See the full documentation here.

License

Distributed under the MIT License.

Contribute

Please, feel free to open issues, PRs or simply provide feedback!

Contact

Send us a message in Telegram or Discord

0.0.17-beta.3

10 months ago

0.0.17-beta.4

10 months ago

0.0.17-beta.5

10 months ago

0.0.17-beta.0

10 months ago

0.0.20

10 months ago

0.0.21

10 months ago

0.0.22

10 months ago

0.0.23

10 months ago

0.0.16

11 months ago

0.0.17

10 months ago

0.0.18

10 months ago

0.0.19

10 months ago

0.0.13-beta.0

11 months ago

0.0.12-beta.0

12 months ago

0.0.11-beta.0

1 year ago

0.0.12-beta.1

12 months ago

0.0.13-beta.2

11 months ago

0.0.13-beta.1

11 months ago

0.0.12-beta.12

11 months ago

0.0.12-beta.4

12 months ago

0.0.13-beta.3

11 months ago

0.0.12-beta.11

12 months ago

0.0.12-beta.5

12 months ago

0.0.12-beta.10

12 months ago

0.0.12-beta.2

12 months ago

0.0.12-beta.3

12 months ago

0.0.11-beta.1

1 year ago

0.0.12-beta.8

12 months ago

0.0.12-beta.9

12 months ago

0.0.12-beta.6

12 months ago

0.0.12-beta.7

12 months ago

0.0.12-beta.14

11 months ago

0.0.11

1 year ago

0.0.12

11 months ago

0.0.13

11 months ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.8-beta.1

1 year ago

0.0.8-beta.0

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago

0.0.1-beta.4

1 year ago

0.0.1-beta.3

1 year ago

0.0.1-beta.2

1 year ago

0.0.1-beta.1

1 year ago