All Projects → MyEtherWallet → Myetherwallet

MyEtherWallet / Myetherwallet

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

Projects that are alternatives of or similar to Myetherwallet

Etherscan Ml
Python Data Science and Machine Learning Library for the Ethereum and ERC-20 Blockchain
Stars: ✭ 55 (-92.42%)
Mutual labels:  ethereum, ethereum-blockchain
Plasmaethexchange
Plasma protocol compatible ETH Exchange Platform
Stars: ✭ 235 (-67.63%)
Mutual labels:  ethereum, ethereum-blockchain
Rouleth
Roulette Smart Contract on Ethereum Blockchain
Stars: ✭ 75 (-89.67%)
Mutual labels:  ethereum, ethereum-blockchain
Hd Wallet Derive
A command-line tool that derives bip32 addresses and private keys.
Stars: ✭ 125 (-82.78%)
Mutual labels:  ethereum, offline
Walleth
free (libre) native Android Ethereum wallet
Stars: ✭ 432 (-40.5%)
Mutual labels:  ethereum, ethereum-blockchain
Smart Contracts Example
Simple example of token market. Based on blockchain technology using Ethereum platform.
Stars: ✭ 37 (-94.9%)
Mutual labels:  ethereum, ethereum-blockchain
Web3 By Example
Node.js with Web3 javascript examples for getting basic information (transactions, balances, network stats, and tokens) from the Ethereum blockchain.
Stars: ✭ 156 (-78.51%)
Mutual labels:  ethereum, ethereum-blockchain
Disperse
React/Redux dApp (decentralized app) boilerplate using Ethereum's blockchain
Stars: ✭ 36 (-95.04%)
Mutual labels:  ethereum, ethereum-blockchain
Crypto Whale Watching App
Python Dash app that tracks whale activity in cryptocurrency markets.
Stars: ✭ 389 (-46.42%)
Mutual labels:  ethereum, ethereum-blockchain
React Ethereum Dapp Example
A starter boilerplate for an Ethereum dapp using web3.js v1.0, truffle, react, and parity
Stars: ✭ 384 (-47.11%)
Mutual labels:  ethereum, ethereum-blockchain
Eventeum
A resilient Ethereum event listener that bridges your smart contract events and backend microservices
Stars: ✭ 272 (-62.53%)
Mutual labels:  ethereum, ethereum-blockchain
Aztec
Public repository for the AZTEC protocol
Stars: ✭ 483 (-33.47%)
Mutual labels:  ethereum, ethereum-blockchain
Presto Ethereum
Presto Ethereum Connector -- SQL on Ethereum
Stars: ✭ 450 (-38.02%)
Mutual labels:  ethereum, ethereum-blockchain
Vue Wordpress Pwa
An offline-first SPA using Vue.js, the WordPress REST API and Progressive Web Apps
Stars: ✭ 665 (-8.4%)
Mutual labels:  offline, vuejs2
Vue Hotel Datepicker
Vue date range picker component
Stars: ✭ 665 (-8.4%)
Mutual labels:  vuejs2
Rotki
A portfolio tracking, analytics, accounting and tax reporting application that protects your privacy
Stars: ✭ 689 (-5.1%)
Mutual labels:  ethereum
Blockchain guide
Introduce blockchain related technologies, from theory to practice with bitcoin, ethereum and hyperledger.
Stars: ✭ 5,897 (+712.26%)
Mutual labels:  ethereum
Wallet Core
Cross-platform, cross-blockchain wallet library.
Stars: ✭ 657 (-9.5%)
Mutual labels:  ethereum
Vue2 Transitions
✨ Reusable Vue 2 transition components
Stars: ✭ 718 (-1.1%)
Mutual labels:  vuejs2
Devdocs
API Documentation Browser
Stars: ✭ 27,208 (+3647.66%)
Mutual labels:  offline

Website Github All Releases GitHub issues Travis GitHub package version 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

Reporting a Vulnerability

Please do not file a public ticket mentioning the vulnerability.

To find out how to disclose a vulnerability visit hackerone.com/myetherwallet.

Getting started

  1. Make sure you have NodeJS >= 10, but older than version 12, and NPM version 6 or greater.
  2. Open terminal
  3. Clone the repo: git clone [email protected]:MyEtherWallet/MyEtherWallet.git
  4. run npm i to install node packages.
  5. run npm run start:ci
  6. App should be running in https://localhost:8080

Developers

  1. Open terminal
  2. Clone the repo: git clone [email protected]:MyEtherWallet/MyEtherWallet.git
  3. run git checkout develop
  4. run npm i to install node packages.
  5. run npm run start:ci
  6. App should be running in https://localhost:8080

You can also use the offline version by running npm run build then opening the index file from the dist folder with your preferred browser

Can't start due to an update found: Update the package in the package.json as told by the terminal error you see. Example error: new update found print-js 1.0.60 1.0.63 2019-11-15T05:05:52.202Z

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

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].