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

Kryndex/node-ethereum

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ethereum-client 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

Languages

  • JavaScript 97.8%
  • HTML 1.5%
  • CSS 0.7%