TalentLayer Documentation
  • 👋Introduction
    • Value Proposition
    • Options for Integration
      • On-Demand Integration
      • Native Integration
    • TalentLayer's Functions
      • PlatformID
        • Fees & Economics
      • TalentLayerID
      • Reviews
      • Services
      • Escrow and Dispute
        • Dispute Workflow
        • Arbitration
          • Kleros Arbitration
          • Platform Managed Arbitration
    • Current Network Liquidity
    • Decentralization
  • ⚙️Technical Guides
    • Web 3 SDK & API
    • StarterKit Template
    • Technical Schemas
    • Network Support
    • Lower-Level Guides
      • Smart Contracts
        • Deployments
        • TalentLayerPlatformID.sol
        • TalentLayerID.sol
        • TalentLayerService.sol
        • TalentLayerReview.sol
        • Escrow & Dispute Contracts
      • The Graph
        • Introduction
        • Querying from an application
        • Queries examples
        • Implementing the pagination
      • Metadata
      • Third-Party Modules
        • Lens Protocol - Social
        • XMTP - Messaging
        • Sismo - Privacy
        • Iexec - Web3Mail
      • Messaging
        • Integrating XMTP
      • Standards
        • ERC-792: Arbitration standard
        • ERC-1497: Evidence Standard
      • How-To Guides
        • How to implement minting TalentLayer IDs?
        • How to implement the service creation?
        • How to implement the proposal creation?
        • How to implement the proposal validation?
    • Delegation
      • Meta Transaction
      • Delegate System
        • Setting
        • User workflow
        • Service creation example
        • How mintForAddress works
  • ⭐Get a Platform ID
  • 🧠Inspiration for Builders
  • 💬Contact The Team
  • 🦝Core Developer Guides
    • Subgraph Local Setup
    • Smart Contracts Local Setup
    • Advanced Documentation
    • Contract & Graph Deployment Guide
    • TalentLayer Improvement Proposals
    • Audit Report
Powered by GitBook
On this page
  • Writing to TalentLayer Core
  • Permission to Write

Was this helpful?

  1. Technical Guides
  2. Lower-Level Guides

Smart Contracts

In this guide we will take a close look at each smart contract's structure and function

PreviousLower-Level GuidesNextDeployments

Last updated 2 years ago

Was this helpful?

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:

⚙️
PlatformID