explorer icon indicating copy to clipboard operation
explorer copied to clipboard

Let a user claim he owns an asset

Open straumat opened this issue 2 years ago • 0 comments

  • [x] Add in tapd mock server a verify-asset-ownership method returning, true, false or error.
  • [x] Add an integration test on asset ownership verification.
  • [x] Add a new type of request: ADD_OWNERSHIP_PROOF_REQUEST with the following parameters: assetId, scriptKey, outpoint and proof.
  • [ ] On user asset list page, add a button to claim you are the creator. It will ask assetId, if issuance proof is found, it will display a form with assetid, scriptKey, outpoint and explanation. User will be able to entier its proof.
  • [x] Add a bach calling verify-asset-ownership - Find issuance proof and verify user proof -> if ok, change the creator of the asset.

straumat avatar Jan 20 '24 22:01 straumat