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
- Create a contract with
Legal/CreateContract. - Send a proposal to counterparties with
Legal/SendProposal. - Sign the contract using
Legal/SignContract. - Retrieve signed or created contracts with
Legal/GetSignedContractsandLegal/GetCreatedContracts.