Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
E

etherwallet

> 编程语言
Open source

https://www.MyEtherWallet.com Chrome Extension Download the Latest Release - etherwallet-vX.X.X.X.zip is the smaller package containing the…

2.3K stars0 likes1 views
WebsiteGitHub

About

https://www.MyEtherWallet.com Chrome Extension Download the Latest Release - etherwallet-vX.X.X.X.zip is the smaller package containing the…

https://www.MyEtherWallet.com

Chrome Extension

Download the Latest Release

  • etherwallet-vX.X.X.X.zip is the smaller package containing the gh-pages branch aka MyEtherWallet.com
  • chrome-extension-vX.X.X.X.zip is the chrome extension package
  • source code is the full source for developers to get started with (although cloning or forking the mercury branch is probably a better choice)

Live verify files

Check gh-pages files against live website at https://www.myetherwallet.com

File Name Status index.html embedded.html helpers.html signmsg.html bin/startMEW.js css/etherwallet-master.min.css fonts/Lato-Bold.woff fonts/Lato-Light.woff fonts/Lato-Regular.woff js/etherwallet-master.js js/etherwallet-static.min.js js/jquery-1.12.3.min.js

MEW Around the Web

  • Website: https://www.myetherwallet.com/
  • CX: https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm
  • Anti-phish CX
  • FB: https://www.facebook.com/MyEtherWallet/
  • Twitter: https://twitter.com/myetherwallet
  • Medium: https://medium.com/@myetherwallet
  • Help Center: https://myetherwallet.groovehq.com/help_center
  • Github MEW Repo: https://github.com/kvhnuke/etherwallet
  • Github MEW Org: https://github.com/MyEtherWallet
  • Github Pages URL: https://kvhnuke.github.io/etherwallet/
  • Github Latest Releases: https://github.com/kvhnuke/etherwallet/releases/latest
  • Github Anti-phish CX: https://github.com/409H/EtherAddressLookup
  • [Slack: https://myetherwallet.slack.com/ & https://myetherwallet.herokuapp.com/](https://myetherwallet.slack.com/ & https://myetherwallet.herokuapp.com/)
  • Reddit: https://www.reddit.com/r/MyEtherWallet/
  • tayvano (founder) reddit: https://www.reddit.com/user/insomniasexx/
  • kvhnuke (founder) reddit: https://www.reddit.com/user/kvhnuke/
  • jordan (cmo) reddit: https://www.reddit.com/user/trogdortb001
  • myetherwallet reddit user: https://www.reddit.com/user/myetherwallet
  • MEW ETH Donation Address: 0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D (mewtopia.eth)
  • MEW BTC Donation Address: 1DECAF2uSpFTP4L1fAHR8GCLrPqdwdLse9

mercury is the development branch. gh-pages contains only the smaller dist folder only and is served to MyEtherWallet.com

  • Our infrastructure ("node") is on AWS. You can also use your own node.
  • We also provide access to Infura.io & Etherscan.io nodes. Use the drop-down in the top-right.

MyEtherWallet

  • MyEtherWallet is a free, open-source, client-side tool for easily & securely interacting with the Ethereum network. As one of the leading providers of Ethereum services, MyEtherWallet equips users with an easy-to-understand and accessible suite of tools for their needs.
  • It was created and is maintained by kvhnuke and tayvano.

Features

  • Create new wallets completely client side.
  • Access your wallet via unencrypted private key, encrypted private key, keystore files, mnemonics, or BitBox, Ledger Nano S or TREZOR hardware wallet.
  • Easily send ETH and any ERC-20 Standard Token. Many tokens included as default.
  • Generate, sign & send transactions offline, ensuring your private keys never touch an internet-connected device.
  • Securely access your ETH & Tokens on your BitBox, Ledger or TREZOR Hardware Wallet via the MyEtherWallet interface (Chrome & Opera natively, Firefox w/ add-on)
  • Now in 18 languages thanks 100% to the amazing Ethereum community.
  • Supports URI Strings on Send Transaction Page.
    • to=[address]
    • value=[number]
    • sendMode=[ether | token]
    • tokenSymbol=[ARC | ICN | MKR | ....]
    • gasLimit=[number] OR gas=[number]
    • data=[hex data]
    • Example 1: https://www.myetherwallet.com/?to=0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D&value=1&tokenSymbol=REP&gaslimit=50000#send-transaction
    • Example 2: https://www.myetherwallet.com/?to=0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D&value=1&gaslimit=23000&data=0x5468616e6b20796f752c204d455720322e30#send-transaction

Our 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 & audit-able

Users (non-developers)

  • It is recommended you start here.
  • You can run MyEtherWallet.com on your computer. You can create a wallet completely offline & send transactions from the "Offline Transaction" page.
  1. Go to https://github.com/kvhnuke/etherwallet/releases/latest.
  2. Click on dist-vX.X.X.X.zip.
  3. Move zip to an airgapped computer.
  4. Unzip it and double-click index.html.
  5. MyEtherWallet.com is now running entirely on your computer.

In case you are not familiar, you need to keep the entire folder in order to run the website, not just index.html. Don't touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact.

As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo.

Developers

If you want to help contribute, here's what you need to know to get it up and running and compiling.

  • Both the Chrome Extension and the MyEtherWallet.com are compiling from the same codebase. This code is found in the app folder. Don't touch the dist or chrome-extension folders.
  • We use angular and bootstrap. We used to use jQuery and Bootstrap until it was converted in April 2016. If you wonder why some things are set up funky, that's why.
  • The mercury branch is currently the active development branch. We then push the dist folder live to gh-pages, which then gets served to MyEtherWallet.com.
  • We use npm / gulp for compiling. There is a lot of stuff happening in the compilation.

Getting Started

  • Start by running npm install.
  • Run npm run dev. Gulp will then watch & compile everything and then watch for changes to the HTML, JS, or CSS.
  • For distribution, run npm run dist.

Folder Structure

  • fonts and images get moved into their respective folders. This isn't watched via gulp so if you add an image or font, you need to run gulp again.

  • includes are the pieces of the pages / the pages themselves. These are pretty self-explanatory and where you will make most frontend changes.

  • layouts are the pages themselves. These basically take all the pieces of the pages and compile into one massive page. The navigation is also found here...sort of.

    • index.html is for MyEtherWallet.com.
    • cx-wallet.html is the main page for the Chrome Extension.
    • embedded.html is for https://www.myetherwallet.com/embedded.html.
  • You can control what shows up on MyEtherWallet.com vs the Chrome Extension by using: @@if (site === 'cx' ) { ... } and @@if (site === 'mew' ) { ... }. Check out sendTransaction.tpl to see it in action. The former will only compile for the Chrome Extension. The latter only to MyEtherWallet.com.

  • embedded.html is for embedding the wallet generation into third-party sites. Read more about it and how to listen for the address generated here.

  • The wallet decrypt directives are at scripts/directives/walletDecryptDrtv.js. These show up on a lot of pages.

  • The navigation is in scripts/services/globalServices.js. Again, we control which navigation items show up in which version of the site in this single file.

  • As of September 2016, almost all the copy in the .tpl files are only there as placeholders. It all gets replaced via angular-translate. If you want to change some copy you need to do so in scripts/translations/en.js folder. You should also make a note about what you changed and move it to the top of the file so that we can make sure it gets translated if necessary.

  • styles is all the less. It's a couple custom folders and bootstrap. This badly needs to be redone. Ugh.

Use Your Own Servers / Node Guide

  • Setting up on AWS super easily.

  • Running MyEtherWallet w/ Your Own Personal Node

  • Guide by benjaminion for MEW + Ledger Nano S + Local Parity Node

Old

  • https://github.com/kvhnuke/etherwallet/issues/226.

  • Announcing MyEtherWallet v3.4: The Node Switcher**

How to Help Translate

A couple of notes:

  • Everything on the entire site is broken down into lines and in this one file. The uppermost items are the highest priority and the further you go down, the less of a priority it is.
  • You can add comments anywhere by wrapping it in /* Your Comment Here */. If you want to leave a note for yourself or someone else, do so in this format. That way it doesn't screw up the code or show up somewhere on the site.
  • Don't delete any lines. Just leave it in English if you don't know how to translate it.
  • Always make sure each line ends with ',. So the format is NAME: ' your text here ', You only need to change the your text here part - try not to touch anything else.

If you are NOT a developer and have no idea how this works:

Anyone can help out and it looks way more complicated than it is! If you would rather not deal with Github, please send us an email to [email protected] and I'll emai

GitHub Issues· 0 open

View all on GitHub

No open issues yet, or sync has not completed.

Highlights

  • •etherwallet-vX.X.X.X.zip is the smaller package containing the gh-pages branch aka MyEtherWallet.com
  • •chrome-extension-vX.X.X.X.zip is the chrome extension package
  • •source code is the full source for developers to get started with (although cloning or forking the mercury branch is probably a better choice)
  • •Website: https://www.myetherwallet.com/
  • •CX: https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm
  • •Anti-phish CX
  • •FB: https://www.facebook.com/MyEtherWallet/
  • •Twitter: https://twitter.com/myetherwallet
  • •Medium: https://medium.com/@myetherwallet
  • •Help Center: https://myetherwallet.groovehq.com/help_center

> Tags

JavaScript

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category编程语言
PricingOpen source

> Related tools

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言