@sismo-core/sismo-connect-react
v0.0.23
Published
sismoConnect React package
Downloads
112
Readme
The Sismo Connect React package is a wrapper of the Sismo Connect Client package which allows to easily request data from the Sismo Data Vault app.
Here is the link to the full documentation of the package: Sismo Connect React package.
You can learn more on Sismo Connect here.
Prerequisites
- Node.js >= 18.15.0 (Latest LTS version)
Usage
Installation
Install the Sismo Connect React package in your frontend with npm or yarn:
# with npm
npm install @sismo-core/sismo-connect-react
# with yarn
yarn add @sismo-core/sismo-connect-react
Import
Import the Sismo Connect React package in your frontend:
import { SismoConnectConfig } from "@sismo-core/sismo-connect-react";
export const sismoConnectConfig: SismoConnectConfig = {
appId: "0x8f347ca31790557391cec39b06f02dc2",
};
See the full documentation here.
License
Distributed under the MIT License.
Contribute
Please, feel free to open issues, PRs or simply provide feedback!