Skip to content

Commit

Permalink
New JSON-RPC ports.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilhelm Hedman committed May 7, 2015
1 parent 97685ef commit 53588a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Start running node and watching for file updates

$ npm run watch

Node is now running on localhost:8000, and expects eth/AZ on localhost:8080.
Node is now running on localhost:8000, and expects Ethereum JSON-RPC on localhost:8545.

## How do I release?
I don't know why we would be making any releases of this yet, but...
Expand All @@ -23,7 +23,7 @@ Deploy on node with

$ npm start

Success! Node is running on localhost:8000, and expects eth/AZ on localhost:8080.
Success! Node is running on localhost:8000, and expects Etherum JSON-RPC on localhost:8545.

## Check the status of a mini-Zeppelin
The status is available on http://zep.qng.se.
Expand Down

0 comments on commit 53588a5

Please sign in to comment.