From 617d40086cf54806889b2ac2cf7ca4658629c4c4 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Wed, 15 Feb 2017 20:35:42 -0500 Subject: [PATCH] add web3 to console help --- lib/console.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/console.js b/lib/console.js index 8df883ac..cee3ae1f 100644 --- a/lib/console.js +++ b/lib/console.js @@ -22,6 +22,9 @@ Console.prototype.executeCmd = function(cmd, callback) { 'Welcome to Embark 2', '', 'possible commands are:', + // TODO: only if the blockchain is actually active! + // will need to pass te current embark state here + 'web3 - instantiated web3.js object configured to the current environment', 'quit - to immediatly exit', '', 'The web3 object and the interfaces for the deployed contrats and their methods are also available'