SDK Installation
To perform any Triple Masking operation, user needs to install and configure the SDK first.
Installing and Configuring the Findora SDK
Findora SDKTo 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:
git clone https://github.com/FindoraNetwork/findora-sdk.gitNext, change the directory to the cloned version of the `Findora SDK:
cd findora-sdkAfter that, switch to the develop branch:
git checkout developThen, install all SDK dependencies:
yarnNOTE: For more details about configuring and integrating Findora SDK please refer to the SDK integration page.
Last updated
Was this helpful?