Skip to content

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

License

Notifications You must be signed in to change notification settings

d11e9/node-ethereum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-ethereum Build Status

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

Install

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

Run

./bin/ethereum

Embed

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published