Skip to content
This repository has been archived by the owner on Feb 10, 2025. It is now read-only.
/ node-ethereum Public archive
forked from d11e9/node-ethereum

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

License

Notifications You must be signed in to change notification settings

ethereum/node-ethereum

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.7%
  • Shell 0.3%