IMPROPER_REGISTRATION
tag, which communicates potential plagiarism.
In this tutorial, you will simply learn how to flag an IP as being disputed.
Prerequisites
There are a few steps you have to complete before you can start the tutorial.- Complete the TypeScript SDK Setup
- Have a basic understanding of the Dispute Module
1. Dispute an IP
To dispute an IP Asset, you will need:- The
targetIpId
of the IP Asset you are disputing (we use a test one below) - The
targetTag
that you are applying to the dispute. Only whitelisted tags can be applied. - A
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).
Note you can only provide a CID one time. After it is used, it can’t be
used as evidence again.
main.ts
file and add the code below:
main.ts