Introduction
Clique Provenance SDK provides a typescript library to access Clique functionalities off-chain.
- 1.Please contact the Clique team at [email protected] to set up your campaign and request your API Key and Secret.
- 2.Our SDK is currently published on the GitHub package https://github.com/CliqueOfficial/clique-sdk/pkgs/npm/clique-sdk
- 1.First setup your GitHub personal access token https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token
- 2.Create a
.npmrc
file with the following content and replace${{github.authToken}}
with the token you applied in the previous step//npm.pkg.github.com/:_authToken=${{github.authToken}}@cliqueofficial:registry=https://npm.pkg.github.com/ - 3.Run the following command to install
@cliqueofficial/clique-sdk
yarn add @cliqueofficial/clique-sdk