Skip to content

NewYorkCoin-NYC/NYC_Paper_Wallet_Redux

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NewYorkCoin Paper Wallet

To Use

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/NewYorkCoinNYC/NYC_Paper_Wallet_Redux
# Go into the repository
cd NYC_Paper_Wallet_Redux
# Install dependencies
npm install
# Run the app
npm start

Build

npm install

npm install -g electron-packager

electron-packager . NYC_Paper_Wallet_Redux --overwrite --platform=darwin --arch=x64 --icon=build/icon.icns --prune=true --out=release-builds

electron-packager . NYC_Paper_Wallet_Redux --overwrite --asar=true --platform=linux --arch=ia32 --icon=build/android-icon-192x192.png --prune=true --out=release-builds

electron-packager . NYC_Paper_Wallet_Redux --overwrite --asar=true --platform=linux --arch=x64 --icon=build/android-icon-192x192.png --prune=true --out=release-builds

electron-packager . NYC_Paper_Wallet_Redux --overwrite --asar=true --platform=linux --arch=arm64 --icon=build/android-icon-192x192.png --prune=true --out=release-builds

electron-packager . NYC_Paper_Wallet_Redux --overwrite --asar=true --platform=win32 --arch=ia32 --icon=build/icon.ico --prune=true --out=release-builds --version-string.CompanyName=NewYorkCoin --version-string.FileDescription=NYC_Paper_Wallet_Redux --version-string.ProductName=NYC_Paper_Wallet_Redux

electron-packager . NYC_Paper_Wallet_Redux --overwrite --asar=true --platform=win32 --arch=x64 --icon=build/icon.ico --prune=true --out=release-builds --version-string.CompanyName=NewYorkCoin --version-string.FileDescription=NYC_Paper_Wallet_Redux --version-string.ProductName=NYC_Paper_Wallet_Redux

Note: If you're using Linux Bash for Windows, see this guide or use node from the command prompt.

Resources for Learning Electron

License

CC0 1.0 (Public Domain)

About

This is a more secure and streamlined, written in node.js

Resources

License

CC0-1.0, MIT licenses found

Licenses found

CC0-1.0
LICENSE.md
MIT
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.4%
  • HTML 1.8%
  • CSS 0.8%