LogoLogo
Our WorkHelp CenterAbout Us
  • Developer Resources
    • ⚙️Web/HTML Implementation
      • Getting Started
      • Simple HTML Example
  • Native App Implementation
  • 🛠️API Resources
    • Verify
    • Claim
    • Recover
    • Tag Verifications
  • Protocol
    • 🖼️Overview
      • Technical Specs
    • 📜Smart Contracts
      • 🔓Locking Mechanism
      • 🔓Locked721
      • 🔑Access Control Roles
      • 📃Customizing the Locked721 Contracts
    • 📏Customizations
      • 🛳️Blockchain Deployment Options
      • 🪙Digital ID Options
      • 🗞️Product Metadata Options
      • 🔐Locking Mechanism Options
Powered by GitBook
On this page
  • Core Contracts
  • Serviced Extensions

Was this helpful?

Export as PDF
  1. Protocol
  2. Smart Contracts

Customizing the Locked721 Contracts

For projects and clients that want the ability to customize on-chain interactivity and have Solidity development experience, it is possible to integrate our protocol into a custom contract.

PreviousAccess Control RolesNextCustomizations

Last updated 10 months ago

Was this helpful?

The easiest way to get started is by extending our core contracts.

Core Contracts

By extending these contracts, you will automatically gain the functionality needed to start leveraging the Legitimate protocol.

If you want to leverage Legitimate's serviced offerings, we recommend extending our .

Serviced Extensions

The LGTServiced721 Contracts add additional business logic to support your connected products in the real world, such as recovery mechanisms and service periods. These contracts also leave the flexibility for you to define additional add-ons like and royalties.

For examples on how to extend these contracts, see our .

📜
📃
Locked721
Locked721Psi
serviced extensions of the core contracts
LGTServiced721
LGTServiced721Psi
metadata
examples