https://testnets.opensea.io/collection/first-website-igtokenizer
This Is a basic NFT Minting 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. This was created for education purposes following a buildspace.so tutorial and course.
- 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.
- Node.js
- npm (Node Package Manager)
- MetaMask browser extension
- Clone the repository:
git clone [repository URL]
- Navigate to the project directory:
cd website
- Launch the web app:
npm run start
- React: Frontend Development
- Ether.js: Connection to Smart Contract
- Solidity: Smart Contract Development
This project is under the MIT License - see the LICENSE.md file for details.