Giter VIP home page Giter VIP logo

nft-based-photo-marketplace's Introduction

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-CLI

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

  2. Execute Ganache

$ ganache-cli -d

-d option is the option in order to be able to use same address on Ganache-CLI every time.

 

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:8545

 

Setup backend

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

$ npm run migrate:local

 

Setup frontend

  1. NPM modules install
$ cd client
$ npm install
  1. Execute command below in root directory.
$ cd ..
$ npm run client
  1. Access to browser by using link
http://127.0.0.1:3000

 


【Work flow】

 


【References】

nft-based-photo-marketplace's People

Contributors

masaun avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.