Skip to main content

Product Creation

The SDK provides product management functionality to create products from signed agreement assets:

Product Management Methods

  • products.create(params): Creates products from agreement assets with on-chain verification
  • products.generateDelegatedAttestationSignatures(count): Generates the required signatures for product creation

Product Creation Workflow

  1. Sign an Agreement: First, use the agreement signing functionality to create a signed agreement
  2. Generate Signatures: Create delegated attestation signatures for the number of products you want to create
  3. Create Products: Call the product creation method with the agreement details and asset information
  4. On-Chain Processing: The system will automatically:
    • Create products in the database
    • Mint derivative digital assets on-chain
    • Create attestations for verification
    • Update product records with on-chain information