@keyringnetwork/keyring-zkpg-sdk
v1.0.0
Published
## Overview
Keywords
Readme
Keyring Network ZKPG SDK
Overview
The Keyring Network ZKPG SDK is a TypeScript library that provides a set of functions to interact with the Keyring Network.
Installation
npm install @keyringnetwork/keyring-zkpg-sdk
yarn add @keyringnetwork/keyring-zkpg-sdk
pnpm add @keyringnetwork/keyring-zkpg-sdkRequired Dependencies
These are the dependencies that are required to be installed in the frontend project that uses this SDK.
"@iden3/js-crypto": "1.3.1",
"@keyringnetwork/circuits": "4.0.1",
"ffjavascript": "^0.3.1",
"snarkjs": "0.7.5",These dependencies are injected into the SDK via the jsCrypto and snarkjs parameters in the KeyringZKPG.getInstance function.
