Skip to content

A-Khameneh/nft-marketplace-coiniran

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NFT (ERC 721) Marketplace

simple NFT Marketplace

  1. About The Project
  2. Getting Started
    • Prerequisites
    • nodejs
    •     <li><a href="#installation">Installation</a></li>
        </ul>
      </li>
      <li><a href="#usage">Usage</a></li>
      <li><a href="#roadmap">Roadmap</a></li>
      <li><a href="#contributing">Contributing</a></li>
      <li><a href="#license">License</a></li>
      <li><a href="#contact">Contact</a></li>
      <li><a href="#acknowledgments">Acknowledgments</a></li>
      

About The Project

  • This project is simple NFT Marketplace that you can create and mint NFTs as ERC721 Standards By this project you create a contract for selling your NFTs.
  • In this project, a percentage of the sale of NFTs is given to the owner of Market Place.
  • Marketplace account has the right of the contracts in other word for transferring your NFT you must take action from marketplace smartcontract.
  • We will keep going to improve the security of marketplace and add new features per user requirements.
  • In this project we use factory pattern for marketplace.

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • yarn
    npm install  -g yarn

Hardhat framwork

This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a script that deploys that contract.

Try running some of the following tasks:

npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.js

Installation

Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.

  1. Clone the repo
    git clone https://github.com/A-Khameneh/nft-marketplace-coiniran
  2. Install packages
    yarn install

(back to top)

Usage

Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.

(back to top)

This project contain two section :

  • frontEnd

    - React
    
  • SmartContracts

    • Solidity
    • Javascript

License

Distributed under the MIT License. See LICENSE.txt for more information.

Video

Contact

(back to top)

About

This is a project for coiniran course.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published