Skip to content
This repository has been archived by the owner on Oct 8, 2019. It is now read-only.

Commit

Permalink
dev(Environment): no longer need to use local.blockchain.com
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjors committed Sep 30, 2016
1 parent ecec050 commit d9f20fc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,7 @@ Run local http server:
npm start
```

Visit [local.blockchain.com:8080](http://local.blockchain.com:8080/). Do not use `localhost:8080`. You will need to modify your "hosts" file (`/etc/hosts` on OSX and most UNIX systems) because this is no longer registered at the DNS level for application security reasons. Add this line to `/etc/hosts`:

127.0.0.1 local.blockchain.com
Visit [localhost:8080](http://localhost:8080/).

## Developing My-Wallet-V3

Expand All @@ -83,7 +81,7 @@ To automatically login and go back to where you last were in the app after every
To reclaim funds from an email take code at the of link and add it to `#/claim`, e.g.:

https://blockchain.info/wallet/claim#7Educ5YNnVPQCQ556w7W8tQpj1dchhxPK56vVNab68cK
http://local.blockchain.com:8080/#/claim/7Educ5YNnVPQCQ556w7W8tQpj1dchhxPK56vVNab68cK
http://localhost.com:8080/#/claim/7Educ5YNnVPQCQ556w7W8tQpj1dchhxPK56vVNab68cK

If you enable "handle bitcoin links" in your wallet settings, you can open bitcoin URI's like this one:

Expand Down

0 comments on commit d9f20fc

Please sign in to comment.