good morning!!!!

Skip to content
Snippets Groups Projects
Commit 048e7771 authored by Marek Kotewicz's avatar Marek Kotewicz
Browse files

Merge branch 'master' into tests

parents 29c60c00 15c22930
Branches
Tags
No related merge requests found
...@@ -50,13 +50,37 @@ web3.eth.coinbase.then(function(result){ ...@@ -50,13 +50,37 @@ web3.eth.coinbase.then(function(result){
For another example see `example/index.html`. For another example see `example/index.html`.
## Contribute!
### 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
```
## Building ## Building
* `gulp build` ```bash
gulp
```
### Testing ### Testing
```bash
mocha
```
**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 WebSocket ethereum node check out
......
...@@ -25,7 +25,8 @@ ...@@ -25,7 +25,8 @@
"jshint": ">=2.5.0", "jshint": ">=2.5.0",
"uglifyify": "^2.6.0", "uglifyify": "^2.6.0",
"unreachable-branch-transform": "^0.1.0", "unreachable-branch-transform": "^0.1.0",
"vinyl-source-stream": "^1.0.0" "vinyl-source-stream": "^1.0.0",
"mocha": ">=2.1.0"
}, },
"scripts": { "scripts": {
"build": "gulp", "build": "gulp",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment