TOUJOURS INSTABLE
un simple client Ethereum autonome ou intégrable écrit pour Node.js.
git clone https://github.com/ethereum/node-ethereum
cd ./node-ethereum
npm install .
./bin/neth
App = require('../')
app = new App();
app.start(function()
console.log("Ethereum has started");
);