Skip to content

razar20/NFTFactContract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NFT MINT

The mint function is used to mint a new token with a unique tokenId and tokenURI for a specific address. The updateMetadata function can be used to update the metadata associated with a specific tokenId.

Steps to deploy this contract:

-Install the required dependencies (e.g. @openzeppelin/contracts) using npm or yarn.

-Compile the contract using a Solidity compiler.

-Deploy the compiled contract to the Ethereum blockchain using a tool like Remix or Truffle. Make sure you have enough Ether to cover the deployment gas fees.

-After deployment, the contract is ready to use. You can interact with it using any web3-enabled wallet, such as MetaMask.

To interact with the contract, you can call its functions using the contract's ABI from a client-side application or a JavaScript file that is connected to an Ethereum node.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published