https://github.com/pariazar/ethereum-market
Market Application based on ethereum blockchain
https://github.com/pariazar/ethereum-market
Last synced: 8 days ago
JSON representation
Market Application based on ethereum blockchain
- Host: GitHub
- URL: https://github.com/pariazar/ethereum-market
- Owner: pariazar
- Created: 2019-12-22T22:08:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-09-12T00:02:25.000Z (9 months ago)
- Last Synced: 2025-11-17T21:06:44.476Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.08 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ethereum-Market
Market Application based on ethereum blockchain=
features
sell product
buy product with ether
Requirements
1-install Ganache from here
and create a workspace in localhost(127.0.0.1) with port 8545
2-install metamask extension for your google chrome from here
setup the project for the first time
for run this project follow the below simple steps:
1- download project with using the command below
git clone https://github.com/hamedpa/Ethereum-Market
2- you can install all dependencies with using the command below
npm i
3- compile smart contract with using the command below
truffle compile
4- migrate DApp to testnet with using the command below
truffle migrate
5- run project and start local server with using the command below
npm start
6- import a new account in MetaMask with a private key that you can copy Private Key of any account in the Ganache accounts list
7- open browser and go to address:
localhost:3000