# Nahmi Testnet

By [sanju](https://paragraph.com/@sanju) · 2023-03-19

---

**\[In reply to EtHiCaL EaRniNg\] \[ Video \] 🔥🔥 Nahmi Testnet 3rd Task Update ::**

**✓✓ Create Nft Here :-** [**https://app.pinata.cloud/register**](https://app.pinata.cloud/register) **✓✓ Make Link of Your Nft :-** [**https://gateway.pinata.cloud/ipfs/QmS6myi75J3YAzdMHiWF9TnvSMRgZhXLgyyUAkcsHAg655**](https://gateway.pinata.cloud/ipfs/QmS6myi75J3YAzdMHiWF9TnvSMRgZhXLgyyUAkcsHAg655) **✓✓ Deploy Link :-** [**https://remix.ethereum.org/**](https://remix.ethereum.org/)

**✓✓ Copy & Paste As Said in Video :- // SPDX-License-Identifier: MIT pragma solidity 0.8.0;**

**import "**[**https://github.com/0xcert/ethereum-erc721/src/contracts/tokens/nf-token-metadata.sol**](https://github.com/0xcert/ethereum-erc721/src/contracts/tokens/nf-token-metadata.sol)**"; import "**[**https://github.com/0xcert/ethereum-erc721/src/contracts/ownership/ownable.sol**](https://github.com/0xcert/ethereum-erc721/src/contracts/ownership/ownable.sol)**";**

**contract newNFT is NFTokenMetadata, Ownable {**

**constructor() { nftName = "Synth NFT"; nftSymbol = "SYN"; }**

**function mint(address \_to, uint256 \_tokenId, string calldata \_uri) external onlyOwner { super.\_mint(\_to, \_tokenId); super.\_setTokenUri(\_tokenId, \_uri); }**

}

---

*Originally published on [sanju](https://paragraph.com/@sanju/nahmi-testnet)*
