Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 554 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 554 Bytes

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");
 });