mr-zwets / tutorial-bch-app

Tutorial BCH App

Home Page:https://bch-tutorial.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Tutorial BCH App

https://bch-tutorial.netlify.app


Languages

Language:Vue 73.3%Language:CSS 19.4%Language:JavaScript 4.6%Language:HTML 2.6%