Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.neuro-tech.io/llms.txt

Use this file to discover all available pages before exploring further.

Overview

Contracts are created and signed using legal identities. This guide outlines a common contract lifecycle.

Flow overview

Steps

  1. Create a contract with Legal/CreateContract.
  2. Send a proposal to counterparties with Legal/SendProposal.
  3. Sign the contract using Legal/SignContract.
  4. Retrieve signed or created contracts with Legal/GetSignedContracts and Legal/GetCreatedContracts.
  • Legal/ProposeTemplate
  • Legal/GetContract
  • Legal/AuthorizeAccessToContract
  • Legal/SignData