All Projects → blockchain → My Wallet Backup Decryption Tool

blockchain / My Wallet Backup Decryption Tool

Programming Languages

javascript
184084 projects - #8 most used programming language

My Wallet Backup Decryption Tool

Install

Requirements: [email protected], [email protected]

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].