This repository contains an NFT Market application, which is a decentralized marketplace for buying and selling non-fungible tokens (NFTs). The NFT Market is built using React and Solidity smart contracts on the Ethereum blockchain.
The NFT Market provides a user-friendly platform for artists, creators, and collectors to showcase and trade their digital assets as NFTs. It allows users to mint new NFTs, list them for sale, and purchase NFTs from other creators.
- User authentication and authorization.
- NFT minting: Users can create new NFTs with metadata and upload associated files.
- NFT listing: Owners can list their NFTs for sale with a specified price.
- NFT browsing: Users can explore the marketplace and view NFT details.
- Purchasing NFTs: Users can buy NFTs using cryptocurrency.
- Transaction history: Users can view their transaction history and NFT ownership.
To run the NFT Market locally, follow these steps:
- Clone the repository or download the source code as a ZIP file.
- Navigate to the project directory in your terminal.
- Install the dependencies by running the command:
npm install
- Create a
.env
file at the root of the project and provide the necessary environment variables (such as Ethereum provider URL, contract addresses, and API keys). Refer to the.env.example
file for the required variables. - Start the application by running the command:
npm start
- Access the NFT Market in your web browser at
http://localhost:3000
.
- Register a new account or log in to an existing account.
- Mint new NFTs by providing metadata and uploading associated files.
- Explore the marketplace and view NFT details.
- Purchase NFTs by selecting the desired NFT and initiating the transaction.
- View your transaction history and NFT ownership in your account.
To deploy the NFT Market to a live environment, you can follow the deployment instructions specific to your hosting provider. This typically involves deploying the React application and deploying the Solidity smart contracts to an Ethereum network.
Contributions to the NFT Market are welcome! If you would like to contribute.
The NFT Market is open source and released under the MIT License. You are free to use, modify, and distribute the code as per the license terms.
The NFT Market is built with the help of various open source libraries, frameworks, and resources. We would like to acknowledge the contributions of the developer community and the availability of free and accessible tools that make projects like this possible.