Skip to content

ernaneluis/desktop-mew

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

desktop-mew (MyEtherWallet)

A Desktop wrapper of MyEtherWallet(MEW) https://www.myetherwallet.com/ using https://electronjs.org/

This project is EXPERIMENTAL, use it at your own risk.

THIS PROJECT DO NOT SAVE THE PRIVATE KEYS INTERNALY. YOU MUST MAKE A BACKUP OF THE KEYFILE!! ONCE YOU QUIT THE APP THE KEYS ARE GONE.

(although would be a nice feature to save internaly)

alt text

alt text

instalation

# download this repo
git clone https://github.com/ernaneluis/desktop-mew.git

# can use yarn or npm
yarn install

# run following this order

# 1) get latest myEtherWallet version
yarn mew:get
# 2) go the mew folder and install dependencies
yarn mew:install
# 3) get latest gulp-cli as global function
yarn gulp:get
# 4) build mew for distribution
yarn mew:build
# 5) copy necessary files to build the desktop app
yarn prebuild
# 6) after this build, the app will be located at app/MyEtherWallet-darwin-x64 just double click and use it
yarn build:mac

# build:all will build for linux, mac and windows
yarn build:all

Releases

No releases published

Packages

No packages published