Hi Ramsey,
To mint the token, you’ll need to call the awardItem
method on the contract with the required parameters (address to award the token to and the IPFS hash). Normally, you’d see this implemented on a front end app and it would make use of web3js or ethersjs to allow the user to call that method.