Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张蕾
Geth-Modification
Commits
e2c4525d
Commit
e2c4525d
authored
Jan 11, 2015
by
Marek Kotewicz
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into develop
parents
47687cf0
6188e644
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
2 deletions
+26
-2
README.md
README.md
+26
-2
No files found.
README.md
View file @
e2c4525d
...
...
@@ -50,13 +50,37 @@ web3.eth.coinbase.then(function(result){
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
*
`gulp build`
```
bash
gulp
```
### Testing
```
bash
mocha
```
**Please note this repo is in it's early stage.**
If you'd like to run a WebSocket ethereum node check out
...
...
@@ -76,4 +100,4 @@ ethereum -ws -loglevel=4
[
dep-image
]:
https://david-dm.org/ethereum/ethereum.js.svg
[
dep-url
]:
https://david-dm.org/ethereum/ethereum.js
[
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
\ No newline at end of file
[
dep-dev-url
]:
https://david-dm.org/ethereum/ethereum.js#info=devDependencies
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment