Skip to content

MyEtherWallet (our friends call us MEW) is a free, client-side interface helping you interact with the Ethereum blockchain.

License

Notifications You must be signed in to change notification settings

Bittium1/MyEtherWallet

This branch is 1745 commits behind MyEtherWallet/MyEtherWallet:main.

Folders and files

NameName
Last commit message
Last commit date
Apr 26, 2023
Jul 26, 2021
Aug 13, 2019
Apr 25, 2023
Apr 3, 2023
Apr 4, 2023
Aug 4, 2022
Mar 31, 2023
Apr 25, 2023
Apr 7, 2023
Mar 23, 2023
Jul 22, 2021
Dec 18, 2018
Apr 16, 2018
Dec 11, 2018
Jul 6, 2021
Oct 19, 2022
Jul 13, 2021
Oct 5, 2018
Dec 12, 2018
Apr 26, 2023
Feb 1, 2023
Jul 23, 2021
Apr 25, 2023
Mar 8, 2022
Mar 9, 2022
Apr 14, 2020
Nov 2, 2021
Apr 3, 2023
Sep 15, 2022
Mar 10, 2022
Aug 29, 2018
Feb 26, 2021
Oct 26, 2021
Apr 25, 2023
Aug 30, 2018
Jul 14, 2021
Jul 20, 2021
Apr 18, 2019
Jul 13, 2022
Apr 10, 2023
Apr 25, 2023
Apr 26, 2023
Apr 25, 2023
Aug 29, 2018
Apr 14, 2020
Sep 16, 2021
Apr 23, 2020
Apr 14, 2020
Jan 6, 2022

Repository files navigation

Website Github All Releases GitHub issues Travis GitHub package version Greenkeeper badge GitHub contributors Codecov badge

MyEtherWallet is a doorway to the Ethereum blockchain, allowing users to manage their own funds without a centralized platform. - Stephen, #MEWForce

"MyEtherWallet Logo

Philosophy

  • Empower the people: Give people the ability to interact with the Ethereum blockchain easily, without having to run a full node.
  • Make it easy & free: Everyone should be able to create a wallet and send Ether & Tokens without additional cost.
  • People are the Priority: People are the most important & their experience trumps all else. If monetization worsens the experience, we don't do it. (e.g. ads)
  • A learning experience, too: We want to educate about Ethereum, security, privacy, the importance of controlling your own keys, how the blockchain works, and how Ethereum and blockchain technologies enable a better world.
  • If it can be hacked, it will be hacked: Never save, store, or transmit secret info, like passwords or keys.
  • Offline / Client-Side: User should be able to run locally and offline without issue.
  • Private: No tracking!!! No emails. No ads. No demographics. We don't even know how many wallets have been generated, let alone who / what / where you are.
  • Open source & auditable

MEW Around the Web

Bug / Feature Request

If you find a bug, or want a new feature added, please submit it on the Github Issues

Getting started

  1. Open terminal
  2. Clone the repo: git clone git@github.com:MyEtherWallet/MyEtherWallet.git
  3. run npm ci to install node packages.
  4. run npm run build. You can also use the offline version by opening the index file from the dist folder with your preferred browser
  5. start npm start
  6. If npm start fails and above the error message it states 'new update found' then the package.json version of the indicated packages needs to be updated to match the versions shown in the notice.
  7. App should be running in https://localhost:8080

Developers

  1. Open terminal
  2. Clone the repo: git clone git@github.com:MyEtherWallet/MyEtherWallet.git
  3. run git checkout develop
  4. run npm ci to install node packages.
  5. run npm run build. You can also use the offline version by opening the index file from the dist folder with your preferred browser
  6. start npm run dev
  7. App should be running in https://localhost:8080

EACCESS issue can be resolved by running: sudo chown -R $(whoami) ~/.npm For other issues, try the steps shown here: MyEtherWallet#1182 (comment) by @tomwalton78

Integrations

Hardware Wallets

Prior to submitting a request to integrate a hardware wallet, please review hardware wallet requirements that followed recent updates on MyEtherWallet and Ethereum protocol.

A Hardware wallet must meet the following minimum requirements:

  1. Message signing
  2. Data signing
  3. Must be able to sign other ethereum-based chains, specifically, Matic and BSC.
  4. EIP1559 signing

Reach out to us at integrations@myetherwallet.com, so we can determine if we will be able to integrate your hardware wallet.

DApps

Please fill out the form here. We will reach out to you as soon as we can.

About

MyEtherWallet (our friends call us MEW) is a free, client-side interface helping you interact with the Ethereum blockchain.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 69.1%
  • JavaScript 30.0%
  • CSS 0.4%
  • HTML 0.2%
  • SCSS 0.2%
  • Shell 0.1%