@reputex/sdk
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

ReputeX SDK


Features:

  • Create, Update and Get ReputeX Score
  • Create and Get ReputeX Score using did
  • Fully Typescript ready out-of-the box

🚀 Quick start

If you're new to ReputeX, check the quickstart guide in the official docs on how to get started.

If you're already familiar with ReputeX and have your server set up. Then follow along to connect your SDK:

1. Install ReputeX

The easiest way to integrate the ReputeX SDK into your JavaScript project is through the npm module.

Install the package via npm:

npm install @reputex/sdk

or yarn:

yarn add @reputex/sdk

Import ReputeX:

import ReputeXSdk from "@reputex/sdk";

2. Initialize ReputeX

After your dependency is added, you simply need to initialize ReputeXSdk:

⚠️ Warning: Make sure to keep your api key and secret private

const reputexSdk = new ReputeX(
  "31e4a631-be27-4d0a-86f0-f22abbc6f88e",
  "65a31dba29639e719988c8d427357cf84b5215fb63a37fdbd74ca92cd0edf857"
);

After that you can call and use reputexSdk functionalities as described in our extensive docs

/@reputex/sdk/

    Package Sidebar

    Install

    npm i @reputex/sdk

    Weekly Downloads

    1

    Version

    1.0.4

    License

    MIT

    Unpacked Size

    58.8 kB

    Total Files

    64

    Last publish

    Collaborators

    • aditya-nord
    • reputex-contact