Skip to content

Anteus/my-wallet-backup-decryption-tool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Wallet Backup Decryption Tool

Install

npm install

Develop

echo 'ENV=dev' > .env

Run

npm run build
npm start

Package

npm run build
npm run pack

# package for specific environment
# options: osx, win32, win64, linux32, linux64
npm run pack:osx

To zip for distribution:

cd dist/
zip -r --symlinks my-wallet-backup-decrypt-osx.zip My\ Wallet\ Backup\ Decryption\ Tool.app/

Note for OSX users: in order to package for windows you must have wine installed. Install wine with Homebrew as follows:

brew update
brew install wine

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 58.3%
  • HTML 21.5%
  • CSS 20.2%