Skip to content

NFT Marketplace is the front-end component of a full-stack decentralized application (dApp)

License

Notifications You must be signed in to change notification settings

AnasElii/NFT-Marketplace

Repository files navigation

NFT Marketplace

NFT Marketplace screenshot

The following is a UML sequence diagram of the project Marketplace Diagram

Overview

NFT Marketplace is the front-end component of a full-stack decentralized application (dApp) designed to create a cost-efficient and secure marketplace for Non-Fungible Tokens (NFTs). This project serves as an educational resource for anyone interested in learning about building dApps and NFT marketplaces.

Please note that this is only the front-end portion of the project. You can find the Blockchain-Integrated Backend Architecture, which offers a hybrid backend combining both decentralized and centralized elements, here.

For those interested in a fully decentralized backend, you can utilize the Serverless Backend. This backend ensures the creation of a fully decentralized architecture, leveraging both The Graph Protocol for indexing and Pinata IPFS for decentralized file storage. You can find more details about it here.

Features

  • Decentralized and Centralized Backend: Combines the strengths of both decentralized and centralized systems to balance cost and performance.
  • Cost-Efficient Smart Contracts: Designed to minimize gas fees and other costs associated with blockchain transactions.
  • Secure Transactions: Emphasis on maintaining the security and integrity of the NFT store.
  • Technology Stack: Utilizes Next.js and JavaScript for the frontend, PHP for the backend, and various databases, including MySQL, to manage and store data efficiently.

Technology Stack

  • Frontend: Next.js, JavaScript

Installation

  1. Clone the Repository

    git clone https://github.com/yourusername/nft-marketplace.git
    cd nft-marketplace
  2. Install Dependencies

    npm install

Usage

  1. Run the Application

    npm run dev

    Ensure your frontend is configured correctly and running.

  2. Access the Marketplace Open your browser and navigate to http:https://localhost:3001 to start using the NFT Marketplace.

Educational Resource

This project is designed to be an educational resource. Whether you are a beginner or an experienced developer, you can use this project as a starting point to learn about building decentralized applications and NFT marketplaces.

Contributing

We welcome contributions to enhance the NFT Marketplace. To contribute:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes and commit them (git commit -m 'Add new feature').
  4. Push to the branch (git push origin feature-branch).
  5. Open a pull request to the main branch.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Contact

For any questions or feedback, please open an issue on GitHub or reach out to us directly.


We hope you enjoy using the NFT Marketplace! If you have any suggestions or encounter any issues, please don't hesitate to let us know.

About

NFT Marketplace is the front-end component of a full-stack decentralized application (dApp)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published