Skip to content
/ sdk Public

The official ReputeX SDK for fetching, updating and creating web3-based reputation and credit scores for blockchain wallets.

License

Notifications You must be signed in to change notification settings

reputex/sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReputeX SDK

Features:

  • Create, Update and Get ReputeX Score
  • 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 docs.

About

The official ReputeX SDK for fetching, updating and creating web3-based reputation and credit scores for blockchain wallets.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published