You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://www.github.com/MyEtherWallet/MyEtherWallet/releases)
***Empower the people**: Give people the ability to interact with the Ethereum blockchain easily, without having to run a full node.
17
-
***Make it easy & free**: Everyone should be able to create a wallet and send Ether & Tokens without additional cost.
18
-
***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)
19
-
***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.
20
-
***If it can be hacked, it will be hacked**: Never save, store, or transmit secret info, like passwords or keys.
21
-
***Offline / Client-Side**: User should be able to run locally and offline without issue.
22
-
***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.
23
-
***Open source & auditable**
16
+
-**Empower the people**: Give people the ability to interact with the Ethereum blockchain easily, without having to run a full node.
17
+
-**Make it easy & free**: Everyone should be able to create a wallet and send Ether & Tokens without additional cost.
18
+
-**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)
19
+
-**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.
20
+
-**If it can be hacked, it will be hacked**: Never save, store, or transmit secret info, like passwords or keys.
21
+
-**Offline / Client-Side**: User should be able to run locally and offline without issue.
22
+
-**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.
@@ -54,7 +54,7 @@ If you find a bug, or want a new feature added, please submit it on the [Github
54
54
55
55
1. Open terminal
56
56
2. Clone the repo: `git clone [email protected]:MyEtherWallet/MyEtherWallet.git`
57
-
3. run `npm i` to install node packages.
57
+
3. run `npm ci` to install node packages.
58
58
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
59
59
5. start `npm start`
60
60
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.
@@ -65,7 +65,7 @@ If you find a bug, or want a new feature added, please submit it on the [Github
65
65
1. Open terminal
66
66
2. Clone the repo: `git clone [email protected]:MyEtherWallet/MyEtherWallet.git`
67
67
3. run `git checkout develop`
68
-
4. run `npm i` to install node packages.
68
+
4. run `npm ci` to install node packages.
69
69
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
70
70
6. start `npm run dev`
71
71
7. App should be running in `https://localhost:8080`
0 commit comments