Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 838 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 838 Bytes

Snap Stock

Snap Stock is a smart-contract-based decentralized application that allows users to upload their images over the platform at the cost of gas fee, and display it to the other users who can then tip the creators based on their choice.

The images are stored in a P2P network using the Inter Planetary File system (IPFS) Protocol. You can read more about IPFS Protocol at IPFS Documentation.

Features

  • Upload an image and display it to the other users
  • Set a minimum tip amount that can be tipped on each of you images
  • Tip other images using real-time Ganache-based transactions

Tech Stacks Used

  • Solidity smart-contracts
  • Web3.0
  • IPFS Protocol
  • ReactJS

If you want to contribute to this project, go through the contributing guide