ethereum / node-ethereum

[DEPRECATED] a simple standalone or embeddable Ethereum client written for Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-ethereum Build Status

[DEPRECATED]
this is being broken into micro-services, Like

Install

git clone https://github.com/ethereum/node-ethereum cd ./node-ethereum
npm install .

Run

./bin/neth

Embed

 App = require('../')
 app = new App();
 app.start(function(){
  console.log("Ethereum has started");
 });

About

[DEPRECATED] a simple standalone or embeddable Ethereum client written for Node.js

License:GNU General Public License v2.0


Languages

Language:JavaScript 99.7%Language:Shell 0.3%