Skip to content

NFT Market application 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.

Notifications You must be signed in to change notification settings

Mhezron/NFT-Market

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

NFT Market

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.

Table of Contents

Introduction

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.

Features

  • 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.

Installation

To run the NFT Market locally, follow these steps:

  1. Clone the repository or download the source code as a ZIP file.
  2. Navigate to the project directory in your terminal.
  3. Install the dependencies by running the command:
    npm install
    
  4. 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.
  5. Start the application by running the command:
    npm start
    
  6. Access the NFT Market in your web browser at http://localhost:3000.

Usage

  1. Register a new account or log in to an existing account.
  2. Mint new NFTs by providing metadata and uploading associated files.
  3. Explore the marketplace and view NFT details.
  4. Purchase NFTs by selecting the desired NFT and initiating the transaction.
  5. View your transaction history and NFT ownership in your account.

Deployment

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.

Contributing

Contributions to the NFT Market are welcome! If you would like to contribute.

License

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.

Acknowledgments

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.

About

NFT Market application 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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published