Smart Contracts
In this guide we will take a close look at each smart contract's structure and function
Writing to TalentLayer Core
Writing is facilitated by connecting your platform with the various TalentLayer Core smart contracts and triggering different actions.
Writing is necessary to create a user’s TalentLayer ID, mint reputation updates, and create services.
To write to TalentLayer Core, you must connect with the appropriate TalentLayer smart contract for the action you intend to take.
We currently have a fork-able codebase that is set up to interact with TalentLayer’s smart contracts: the Indie DAPP.
Permission to Write
As of today, only platforms may write to TalentLayer. In order to get registered as a platform, learn more about requesting a Platform ID here:
PlatformIDLast updated