Skip to content

pariazar/Ethereum-Market

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Market Application based on ethereum blockchain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published