Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vinayakk404/web3-marketplace
A MarketPlace built on blockchain technology
https://github.com/vinayakk404/web3-marketplace
alchemy blockchain hardhat ipfs marketplace smart-contracts solidity web3
Last synced: 24 days ago
JSON representation
A MarketPlace built on blockchain technology
- Host: GitHub
- URL: https://github.com/vinayakk404/web3-marketplace
- Owner: Vinayakk404
- Created: 2022-12-11T16:20:58.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-09T08:37:16.000Z (about 1 year ago)
- Last Synced: 2024-08-21T10:19:28.565Z (4 months ago)
- Topics: alchemy, blockchain, hardhat, ipfs, marketplace, smart-contracts, solidity, web3
- Language: JavaScript
- Homepage:
- Size: 2.45 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Decentralized OLX
Devised a blockchain-based online marketplace that uses non-fungible tokens (NFTs) to facilitate seamless product buying
and selling. It enhances data security and privacy by safely storing the product photos in a decentralized IPFS database.## Prerequisites
1. Any Editor (Preferably VS Code)
2. Any web browser with latest version
3. Node Package manager
4. A Metamask Account and metamask extension## Languages and Technologies used
1. HTML5/CSS3
2. JavaScript (to create dynamically updating content)
3. React Js
4. Font Awsome (For icons)
5. Redux (For content management)
6. Node js
7. IPFS (Decentralized Database)
8. Solidity for Smart Contract## Steps to run the project in your machine
1. Download and install any code editor in your system
2. Clone or download the repository
3. Run npm i in your editor's terminal to install all the required files from package.json
4. Run npm start to start the application
5. A new tab will be opened in the browser
6. Hurray! That's it!
## GETTING INTO THE PROJECT:
## ScreenShots### 1. Home Page
### 2. Create NFT Page
### 3. Profile Page