node-ethereum

1.2.1 • Public • Published

node-ethereum Build Status

STILL UNSTABLE

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

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.2.1
    2
    • latest

Version History

Package Sidebar

Install

npm i node-ethereum

Weekly Downloads

2

Version

1.2.1

License

GPL2

Last publish

Collaborators

  • null_radix
  • kumavis