An open API service indexing awesome lists of open source software.

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

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