Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

blockchain/my-wallet-backup-decryption-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Wallet Backup Decryption Tool

Install

Requirements: node@4, npm@3

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