add embarkJS to help

This commit is contained in:
Jonathan Rainville 2018-09-04 14:12:12 -04:00
parent 7ee02525a7
commit 9351a12444
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ class Console {
// will need to pass te current embark state here // will need to pass te current embark state here
'ipfs - ' + __('instantiated js-ipfs object configured to the current environment (available if ipfs is enabled)'), 'ipfs - ' + __('instantiated js-ipfs object configured to the current environment (available if ipfs is enabled)'),
'web3 - ' + __('instantiated web3.js object configured to the current environment'), 'web3 - ' + __('instantiated web3.js object configured to the current environment'),
'EmbarkJS - ' + __('EmbarkJS static functions for Storage, Messages, Names, etc.'),
'quit - ' + __('to immediatly exit (alias: exit)'), 'quit - ' + __('to immediatly exit (alias: exit)'),
'', '',
__('The web3 object and the interfaces for the deployed contracts and their methods are also available') __('The web3 object and the interfaces for the deployed contracts and their methods are also available')