Learn how to create an on-chain dispute in TypeScript.
IMPROPER_REGISTRATION
tag, which communicates potential plagiarism.
In this tutorial, you will simply learn how to flag an IP as being disputed.
targetIpId
of the IP Asset you are disputing (we use a test one below)targetTag
that you are applying to the dispute. Only whitelisted tags can be applied.cid
(Content Identifier) is a unique identifier in IPFS that represents the dispute evidence you must provide, as described here (we use a test one below).main.ts
file and add the code below: