A blockchain based Nuxt e-commerce site.
Note : truffle and ganache should be installed globally
# Install dependencies
./install.sh <package-manager>
# or
npm i
cd ./frontend
npm i
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/