Skip to content

Latest commit

 

History

History
56 lines (24 loc) · 1.24 KB

README.md

File metadata and controls

56 lines (24 loc) · 1.24 KB

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