This repository contains a project for deploying and managing NFTs using the Hardhat framework and Solidity.
The project demonstrates how to create and deploy NFTs on the Ethereum blockchain. It includes contracts written in Solidity, configuration files for Hardhat, and deployment scripts.
- Clone the repository:
git clone https://github.com/junaid5598/hardhat-nft.git cd hardhat-nft
- Install dependencies:
yarn install
-
Compile the contracts:
yarn hardhat compile
-
Deploy the contracts to a local Hardhat network:
yarn hardhat deploy
- contracts/: Contains the NFT contract in Solidity.
- deploy/: Deployment scripts.
- utils/: Helper scripts and configurations.
- images/: NFT images (optional).
For more details, visit the Hardhat documentation.
This project is open-source under the MIT License.
Let me know if you'd like to customize any specific sections.