SDK Installation
To perform any Triple Masking
operation, user needs to install and configure the SDK first.
Installing and Configuring the Findora SDK
Findora SDK
To install the Findora SDK
, clone its Github repo and install its dependencies.
Please, prior to the SDK installation, make sure that you have installed:
git
node (at least version v15.13.0)
yarn
First, run the command below in your terminal to download the repo:
Next, change the directory to the cloned version of the `Findora SDK:
After that, switch to the develop
branch:
Then, install all SDK dependencies:
NOTE: For more details about configuring and integrating Findora SDK
please refer to the SDK integration page.
Last updated