NFT Minting

From PKC
Jump to navigation Jump to search
Logic Model (NFT Minting) Template:LogicModel 11 8, 2022
Abstract Specification
Context

Process of minting new Non-Fungible-Token (NFT), based on content stored in PKC-PUB.
Minting new NFT means that we published new unique digital asset on blockchain.

Goal

To have the unique NFT stored in block-chain network.

Success Criteria
Concrete Implementation
Given Inputs When Process is executed... Then, we get Outputs
  • Metamask or similar wallet provider installed on your browser, containing below items
    • Public and Private Key for Goerli Test-net Network
    • Public and Private Key for Solana Network
    • Public and Private Key for Polygon Network
  • Digital Asset, which are files and/or PKC's page URL
  • Perform minting Process on below block-chain network
    • Goerli Test-Net
    • Solana
    • Polygon

NFT become available and observable on marketplace

Boundary/Safety Conditions of NFT Minting
  1. Ensure that the content of the file is final, all changes cannot be made after the NFT is minted, or after the NFT data is frozen.
  2. If changes need to be made, you will need to mint new NFT, containing new file.
  3. You will need to ensure that you have enough SOL Coin, if you mint your NFT on Solsea.io.