Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.18 KB

README.md

File metadata and controls

39 lines (29 loc) · 1.18 KB

Secutry NFT Minting dApp

Description

Secutry NFT Minting dApp is a web application that enables users to mint unique NFTs by connecting their Ethereum wallet. Built using React and integrating with Ethereum through Ethers.js, this app interacts with a smart contract to generate unique, blockchain-verified NFTs.

Features

  • Ethereum Wallet Connection: Securely connect to MetaMask for seamless interaction.
  • Mint NFTs: Facilitates the creation of unique, non-fungible tokens on Ethereum.
  • Real-Time Notifications: Stay updated during the NFT minting process.
  • Blockchain Integration: Leverages Ethers.js for Ethereum interactions.

Getting Started

Prerequisites

  • Node.js
  • npm (Node Package Manager)
  • MetaMask browser extension

Installation

  1. Clone the repository:
    git clone [repository URL]
  2. Navigate to the project directory:
    cd website
  3. Launch the web app:
    npm run start

Technology Stack

  1. React: Frontend Development
  2. Ether.js: Connection to Smart Contract
  3. Solidity: Smart Contract Development

Licence

This project is under the MIT License - see the LICENSE.md file for details.