Skip to content

A decentralized application that allows you to buy and sell things on blockchain.

Notifications You must be signed in to change notification settings

aman-d-1-n-only/E-Commerce-Dapp

Repository files navigation

E-Commerece DAPP

This is a basic decentralized application that lets you to buy and sell things over ethereum blockchain using react web app.

Prerequisites -

    npm install truffle -g

Note : If you are more comfortable with CLI , you can also leverage it's CLI version. Install Ganache-CLI :

    npm install -g ganache-cli
  • Install a chrome extension of a crypto-wallet Metamask to make transaction of buying and selling the product.

How to run this locally ?

Connect your truffle project to local blockchain fired by Ganache GUI. For Help - Click Here

After that move to folder where your cloned the project and type on your terminal -

    truffle compile
    truffle migrate
    npm run start

NOTE : If you want to use this DAPP over public ethereum blockchain like Kovan , Ropsten , Ethereum Mainnet etc .First of all you will have to connect to these networks with the help of a ethereum node of respective networks. To get endpoint of ethereum node of one of these networks use Infura.Then deploy and use it on that network with the help of that node.

About

A decentralized application that allows you to buy and sell things on blockchain.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published