MingaudasVagonis / eth-shop

Smart contract shop (React + Node + Express + Ganache)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eth-shop

Ethereum smart contract shop (React + Node + Express + Ganache)

Example

Project is purely for demonstration purposes.

Installation

$ yarn global add ganache-cli
$ git clone https://github.com/MingaudasVagonis/eth-shop.git

Launch

  • First launch
$ cd eth-shop
$ sh eth_shop.sh initial
  • Other launches
$ sh eth_shop.sh

Business model

Customer places an order, the seller sends the price, when the customer agrees with the price, the contract is signed but funds are withdrawn after the customer and the courier confirms that the order is delivered.

About

Smart contract shop (React + Node + Express + Ganache)


Languages

Language:JavaScript 81.8%Language:Solidity 9.5%Language:CSS 5.0%Language:Shell 2.7%Language:HTML 1.0%