Skip to content

a-lang/CloudCoinSafeWebApp

Repository files navigation

CloudCoinSafeWebApp

Used to Authenticate, Store and Payout CloudCoins.

NOTE: This software is provided as is with all faults, defects and errors and without warranty of any kind.

CloudCoinSafeWebApp is developed and built with Electron.

image

image

Requirement

  • Electron NPM packages

Install CloudCoinWebApp Prebuilt Installer

Go to Release to download installer for all OS.

for Linux (What's the AppImage?)

chmod 0755 CloudCoinWebApp-0.0.1-x86_64.AppImage
./CloudCoinWebApp-0.0.1-x86_64.AppImage

for Mac:

  • CloudCoinWebApp-*-mac.zip
  • CloudCoinWebApp-0.0.1-mac.tar.gz

Optional: Create Electron Development

cd CloudCoinSafeWebApp
npm install

Optional: Build the distribution files

npm run build-linux64
npm run build-mac
npm run build-win64