add more functionnalities:
- start/stop geth/mist to the right ipc endpoint
- start a frontend
- automine if pending txs
Showing
... | @@ -5,7 +5,7 @@ | ... | @@ -5,7 +5,7 @@ |
"main": "./src/main.js", | "main": "./src/main.js", | ||
"scripts": { | "scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | "test": "echo \"Error: no test specified\" && exit 1", | ||
"start": "node ./src/main.js" | "start": "node ./src/main.js --dev-path /home/yann/Ethereum/testchains/test2 --mist --geth --frontend /home/yann/Ethereum/DevCon3/frontend --frontend-port 8084 --auto-mine" | ||
}, | }, | ||
"repository": { | "repository": { | ||
"type": "git", | "type": "git", | ||
... | @@ -32,5 +32,10 @@ | ... | @@ -32,5 +32,10 @@ |
}, | }, | ||
"bin": { | "bin": { | ||
"remixd": "./src/main.js" | "remixd": "./src/main.js" | ||
}, | |||
"devDependencies": { | |||
"serve": "^6.3.1", | |||
"stdout": "0.0.3", | |||
"web3": "^1.0.0-beta.24" | |||
} | } | ||
} | } |
src/services/autoMine.js
0 → 100644
Please
register
or
sign in
to comment