BaseCred Demo

View reputation data from Ethos Network and Talent Protocol

or enter address

Try these addresses:

Enter an address to view profile

Get Started

Install the SDK from NPM

npm i basecred-sdk
import { getUnifiedProfile } from 'basecred-sdk';

const profile = await getUnifiedProfile(
  '0xabc...',
  {
    ethos: {
      baseUrl: 'https://api.ethos.network',
      clientId: 'your-app@0.1.0',
    },
    talent: {
      baseUrl: 'https://api.talentprotocol.com',
      apiKey: process.env.TALENT_API_KEY!,
    },
  }
);

basecred-sdk provides unified access to reputation data from Ethos Network and Talent Protocol.