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.
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
To actually compile and minify the application for deployment
npm run build
This will create a dist
folder with the final assets.