Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.31 KB

File metadata and controls

20 lines (16 loc) · 1.31 KB

CaptureTheNFT

  • Create a tradeable 1/1 NFT on a public platform where the owner is able to update the URI

    • Tradeable on open market
    • 1/1 Can't be minted or burned by others
    • Flag holder can update the URI
    • Test contract on test network - https://testnets.opensea.io/assets/0xdb6ea8bdef9d657a2cd2ec62fe8a11f99284c113/1
      • Admin can mint a token but not more than 1 Test Case 1
      • Non Admin can't mint a token Test Case 2
      • Owner can change URI Test Case 3
      • Non-Owner can't change URI Test Case 4
      • Owner can list for sale on OpenSea Test Case 5
      • Transfered Owner can change URI Test Case 6
    • Deploy to Main net @ 0xbE5f41cdB6e7db7eCe0716900B44a90946760AD8
  • Create web client that displays this information

  • Create a wiki about how to buy the NFT and update URI

  • domain secured (capturethenft.live)