Skip to content

Latest commit

 

History

History
51 lines (44 loc) · 1.84 KB

README.md

File metadata and controls

51 lines (44 loc) · 1.84 KB

Photo-Blocks

The DApp for photographers built on a ETH Network with IPFS to authenticate ownership for the work of photographers. Also photographers can showcase their photographies to consumers for hiring them for an event and also helps the photographers to mint their photographies to NFT and our platform acts as a marketplace for that NFT's.

Problem Identified

Every photoshoot is unique and valuable but there are no proper platform for the photographer to showcase their skills with their photo ownership. There are so many duplicate photo which makes the photographer to be discourage and also there is no revenue stream for the photographers.

Inovative Solution

We developed an Web 3.0 application on ETH Network and our application interacts with the network using like Metamask wallet - browser extension. The Minty and IPFS used and store and mint the image for photographers. Client's can also view the photographer authenticated work and can able to hire them.

Environment Setup

Truffle and ETH Testnet

npm install truffle -g

IPFS Deamon

npm install -g ipfs
jsipfs daemon

Run the Application

clone the repo
npm install

Then start the ETH Local network and IPFS File System.Then,

truffle compile
truffle deploy
nodemon app.js

Why Blockchain

Blockchain is a shared, immutable ledger that facilitates the process of recording transactions and tracking assets in a business network. Blockchain provides decentralization, it makes the people who are all using, to own an application in the internet.

Tech Stack

ETH network
Metamask Wallet
IPFS System
Javascript
NodeJS
Web3
HTML/CSS

Reference Links

Youtube Link - https://www.youtube.com/watch?v=baSvG8E4g68
Medium Blog - https://medium.com/@techcreed.coders/photoblocks-empowering-photographers-with-blockchain-and-nfts-c04389929a19