Skip to content

mr-zwets/tutorial-bch-app

Repository files navigation

tutorial-bch-app

This is the Bch-app from the Bitcoin Cash coding tutorial series on Youtube.

This tutorial project demonstrates how to build an app with the Vue-Js framework and configure the Vite bundler to work with mainnet-js, libauth and the electrum-cash library.

ScreenshotApp

How to run the app locally

First clone the project

git clone git@github.com:mr-zwets/tutorial-bch-app.git

Then install the dependencies with

npm install

Finally run the project locally with

npm run dev

Deployment

To actually compile and minify the application for deployment

npm run build

This will create a dist folder with the final assets.