TalentLayerService.sol

TalentLayerService.sol is the smart contract that creates an instance of a Services and associates Proposals with that service as they are submitted. Services and Proposals are not minted as NFTs - rather, their data is stored in an on-chain registry within the smart contract. Services and Proposals can be deleted or updated easily. The contract can be used to

  • Create a new service

  • Add a proposal for a open service

  • Update a service or a proposal

  • Look up service and proposal

Data Structure

Visualization

Learn More

Learn more about why we have the Service Registry and how it functions in workflows:

pageServices

Last updated