dshubhadeep / E-Commerce-site

A blockchain based e-commerce site

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

E-Commerce-site

A blockchain based Nuxt e-commerce site.

Prerequisite

Note : truffle and ganache should be installed globally

Installation

# Install dependencies
./install.sh <package-manager>
# or
npm i
cd ./frontend
npm i

Running

Note: Ensure ganache-cli is running at port 8545

# Run every time you start the app
./setup.sh
# or
truffle compile
truffle migrate

Start app by running npm run dev

App should be running on http://localhost:3000/

About

A blockchain based e-commerce site


Languages

Language:Vue 47.1%Language:JavaScript 40.2%Language:Solidity 12.1%Language:Shell 0.4%Language:CSS 0.2%