0.2.0 • Published 8 months ago

@keyringnetwork/keyring-zkpg-sdk v0.2.0

Weekly downloads
-
License
-
Repository
-
Last release
8 months ago

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-sdk

Required Dependencies

These are the dependencies that are required to be installed in the frontend project that uses this SDK.

"@iden3/js-crypto": "1.1.0",
"@keyringnetwork/circuits": "3.0.2",
"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.

0.2.0

8 months ago

0.1.0

8 months ago