mirror of https://github.com/status-im/web3.js.git
updated README.md
This commit is contained in:
parent
4f9aaec191
commit
64f6630b40
|
@ -75,14 +75,13 @@ npm test
|
||||||
|
|
||||||
**Please note this repo is in it's early stage.**
|
**Please note this repo is in it's early stage.**
|
||||||
|
|
||||||
If you'd like to run a WebSocket ethereum node check out
|
If you'd like to run a Http ethereum node check out
|
||||||
[go-ethereum](https://github.com/ethereum/go-ethereum).
|
[cpp-ethereum](https://github.com/ethereum/cpp-ethereum).
|
||||||
|
|
||||||
To install ethereum and spawn a node:
|
Install ethereum and spawn a node:
|
||||||
|
|
||||||
```
|
```
|
||||||
go get github.com/ethereum/go-ethereum/ethereum
|
eth -j
|
||||||
ethereum -ws -loglevel=4
|
|
||||||
```
|
```
|
||||||
|
|
||||||
[npm-image]: https://badge.fury.io/js/ethereum.js.png
|
[npm-image]: https://badge.fury.io/js/ethereum.js.png
|
||||||
|
|
Loading…
Reference in New Issue