Commit 2fefeb3d authored by chriseth's avatar chriseth

No admin and eth from path.

parent a5da9506
......@@ -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": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment