The Talent Layer sdk enables you to interact with the TalentLayer protocol.
Npm package: https://www.npmjs.com/package/@talentlayer/client
To get started with the SDK and how to create a client read the doc here: click here 🦝
- clone the repo
git@github.com:TalentLayer/talentlayer-sdk.git
- navigate into the client
cd packages/client
- switch to node version 18
nvm use 18
- install all dependencies
npm install
- prepare the sdk for usage
npm run prepare
- link the sdk so it can be used as a node_module
npm link
-
now the sdk-client is available as
@TalentLayer/client
-
cd into your own node project
cd my-project
- link the package
npm link @TalentLayer/client
- now you should be able to use the SDK