Skip to content

junaid5598/hardhat-nft

Repository files navigation

Hardhat NFT Project

This repository contains a project for deploying and managing NFTs using the Hardhat framework and Solidity.

Overview

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.

Prerequisites

Installation

  1. Clone the repository:
    git clone https://github.com/junaid5598/hardhat-nft.git
    cd hardhat-nft
    
  2. Install dependencies:
    yarn install

Usage

  1. Compile the contracts:

    yarn hardhat compile
  2. Deploy the contracts to a local Hardhat network:

    yarn hardhat deploy

Folder Structure

  • contracts/: Contains the NFT contract in Solidity.
  • deploy/: Deployment scripts.
  • utils/: Helper scripts and configurations.
  • images/: NFT images (optional).

Resources

For more details, visit the Hardhat documentation.

License

This project is open-source under the MIT License.


Let me know if you'd like to customize any specific sections.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published