Skip to content

NFT based Photo MarketPlace is the peer-to-peer Marketplace for buy and sell of photos which was uploaded by users. (Gitcoin / The Road to Devcon5)

Notifications You must be signed in to change notification settings

ilyeong-minset/NFT-based-photo-marketplace

 
 

Repository files navigation

NFT based Photo MarketPlace


【Introduction of NFT based Photo MarketPlace】

  • NFT based Photo MarketPlace is the peer-to-peer Marketplace for buy and sell of photos which was uploaded by users.
  • It assume that uploaded photos in this marketplace are used as photos of news article.
  • Even if user has smartphone which include function of camera, anyone can become sellers by uploading photos in this MarketPlace.
    • It mean that if user who is seller live in poor region and doesn't has bank account and so on, they can earn money by selling photos in this marketplace.
  • All of being uploaded photos are tokenized as NFT(Non-Fungible token).
  • Uploaded photos buy/sell by using DAI for preventing risk of high volatility of crypto currency.

 


【Setup】

Setup private network by using Ganache

  1. Download Ganache from link below
    https://www.trufflesuite.com/ganache

  2. Execute Ganache

 

Setup wallet by using Metamask

  1. Add MetaMask to browser (Chrome or FireFox or Opera or Brave)
    https://metamask.io/

  2. Adjust appropriate newwork below

http://127.0.0.1:7545

 

Setup backend

  1. Deploy contracts to private network of Ganache
(root directory)

$ npm run migrate

 

Setup frontend

  1. Execute command below in root directory.

$ npm run client
  1. Access to browser by using link
http://127.0.0.1:3000

 


【Work flow】

 


【References】

About

NFT based Photo MarketPlace is the peer-to-peer Marketplace for buy and sell of photos which was uploaded by users. (Gitcoin / The Road to Devcon5)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 70.3%
  • CSS 23.9%
  • HTML 5.8%