https://github.com/kailash360/snap-stock
A solidity-based DAPP to upload images using IPFS Protocol, and tip the other images based on your choice
https://github.com/kailash360/snap-stock
dapp hacktoberfest ipfs reactjs smart-contracts solidity
Last synced: 2 months ago
JSON representation
A solidity-based DAPP to upload images using IPFS Protocol, and tip the other images based on your choice
- Host: GitHub
- URL: https://github.com/kailash360/snap-stock
- Owner: kailash360
- Created: 2021-11-12T19:43:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-09T15:54:00.000Z (over 3 years ago)
- Last Synced: 2025-03-21T22:13:46.194Z (over 1 year ago)
- Topics: dapp, hacktoberfest, ipfs, reactjs, smart-contracts, solidity
- Language: JavaScript
- Homepage:
- Size: 584 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# 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](https://ipfs.io). You can read more about IPFS Protocol at [IPFS Documentation](https://docs.ipfs.io/).
## 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](CONTRIBUTING.md)*