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
6188e644
Commit
6188e644
authored
Jan 11, 2015
by
Marek Kotewicz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
c34b0c67
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
17 deletions
+25
-17
README.md
README.md
+25
-17
No files found.
README.md
View file @
6188e644
...
...
@@ -7,22 +7,6 @@ which implements the [Generic JSON RPC](https://github.com/ethereum/wiki/wiki/Ge
<!-- [](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
### Node.js
...
...
@@ -66,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
...
...
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