- An integration partner might want to track the volume they bring to the protocol
- A user might want to include a referral address in their order
- A user might want to specify additional order options, such as CoW Hooks
appData. This field is a bytes32 that points to an IPFS document that is a JSON file containing this information. Utilizing only on-chain data and IPFS, the content of this document can be retrieved and parsed.
AppData Document
The AppData document is a JSON file that follows a specific JSON schema. It is versioned and the version is specified in the document itself. Versioning follows Semantic Versioning. An example of an AppData document is:Avoid all the pain of creating and parsing
appData by using either the:- CoW Explorer appData utility; or
- app-data SDK