|
|
@ -7,6 +7,22 @@ which implements the [Generic JSON RPC](https://github.com/ethereum/wiki/wiki/Ge |
|
|
|
|
|
|
|
|
|
|
|
<!-- [![browser support](https://ci.testling.com/ethereum/ethereum.js.png)](https://ci.testling.com/ethereum/ethereum.js) --> |
|
|
|
<!-- [![browser support](https://ci.testling.com/ethereum/ethereum.js.png)](https://ci.testling.com/ethereum/ethereum.js) --> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Requirements |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Node.js |
|
|
|
|
|
|
|
* npm |
|
|
|
|
|
|
|
* gulp (build) |
|
|
|
|
|
|
|
* mocha (tests) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
```bash |
|
|
|
|
|
|
|
sudo apt-get update |
|
|
|
|
|
|
|
sudo apt-get install nodejs |
|
|
|
|
|
|
|
sudo apt-get install npm |
|
|
|
|
|
|
|
sudo apt-get install nodejs-legacy |
|
|
|
|
|
|
|
sudo npm install -g gulp |
|
|
|
|
|
|
|
sudo npm install -g mocha |
|
|
|
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
## Installation |
|
|
|
## Installation |
|
|
|
|
|
|
|
|
|
|
|
### Node.js |
|
|
|
### Node.js |
|
|
@ -76,4 +92,4 @@ ethereum -ws -loglevel=4 |
|
|
|
[dep-image]: https://david-dm.org/ethereum/ethereum.js.svg |
|
|
|
[dep-image]: https://david-dm.org/ethereum/ethereum.js.svg |
|
|
|
[dep-url]: https://david-dm.org/ethereum/ethereum.js |
|
|
|
[dep-url]: https://david-dm.org/ethereum/ethereum.js |
|
|
|
[dep-dev-image]: https://david-dm.org/ethereum/ethereum.js/dev-status.svg |
|
|
|
[dep-dev-image]: https://david-dm.org/ethereum/ethereum.js/dev-status.svg |
|
|
|
[dep-dev-url]: https://david-dm.org/ethereum/ethereum.js#info=devDependencies |
|
|
|
[dep-dev-url]: https://david-dm.org/ethereum/ethereum.js#info=devDependencies |
|
|
|