Skip to content

Commit

Permalink
Update README instructions, fix #731 and #727
Browse files Browse the repository at this point in the history
  • Loading branch information
gamalielhere committed Feb 26, 2019
1 parent 5f735c8 commit f0a6ec2
Show file tree
Hide file tree
Showing 6 changed files with 151 additions and 100 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,7 @@

### Devop

- Update README instructions, fix #731 and #727 []()
- Reverse the tx order for metamask batch txs [#723](https://github.com/MyEtherWallet/MyEtherWallet/pull/723)
- Add minimum buffer to Kyber Swaps, improve changelly fixed rate check, show swap reference number in notifications [#711](https://github.com/MyEtherWallet/MyEtherWallet/pull/711)
- Update keepkey, add popovers on disabled options [#709](https://github.com/MyEtherWallet/MyEtherWallet/pull/709)
Expand Down
30 changes: 21 additions & 9 deletions README.md
Expand Up @@ -20,16 +20,8 @@ MyEtherWallet is a doorway to the Ethereum blockchain, allowing users to manage
- **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**
- **Open source & auditable**

## Getting started

1. Open terminal
2. Clone the repo: `git clone git@github.com:MyEtherWallet/MyEtherWallet.git`
3. run `npm i` 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. App should be running in `https://localhost:8080`

## MEW Around the Web

Expand All @@ -49,3 +41,23 @@ MyEtherWallet is a doorway to the Ethereum blockchain, allowing users to manage
## Bug / Feature Request

If you find a bug, or want a new feature added, please submit it on the [Github Issues](https://github.com/MyEtherWallet/MyEtherWallet/issues)


## Getting started

1. Open terminal
2. Clone the repo: `git clone git@github.com:MyEtherWallet/MyEtherWallet.git`
3. run `npm i` 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. 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 i` 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 dev`
7. App should be running in `https://localhost:8080`

0 comments on commit f0a6ec2

Please sign in to comment.