Commit 8252540a authored by yann300's avatar yann300

remove stories done

parent 41e49d8c
......@@ -407,10 +407,6 @@ class Terminal {
_shell (input, done) { // default shell
// @TODO: add environment and proxy console.log to self.log
// make `web3` object available in the console vm
// web3.object creates contract
// * create transaction
// * when transaction is mined
// => show all transactions, that are mined and have known addresses
try {
var result = eval(input) // eslint-disable-line
done(null, result)
......
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