No admin and eth from path.

pull/7/head
chriseth 9 years ago
parent a5da9506c0
commit 2fefeb3d76
  1. 2
      package.json

@ -24,7 +24,7 @@
},
"scripts": {
"install": "npm install --save react react-dom; npm install -g browserify; npm install --save babelify babel-preset-react; npm install web3",
"start_node": "../../build/webthree/eth/./eth --rpccorsdomain \"*\" -j --admin-via-http -v 0",
"start_node": "eth --rpccorsdomain \"*\" -j -v 0",
"build": "mkdir -p build; browserify -t [ babelify --presets [ react ] ] src/index.js -o build/app.js"
},
"repository": {

Loading…
Cancel
Save