add embarkJS to help
This commit is contained in:
parent
7ee02525a7
commit
9351a12444
|
@ -30,6 +30,7 @@ class Console {
|
|||
// will need to pass te current embark state here
|
||||
'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'),
|
||||
'EmbarkJS - ' + __('EmbarkJS static functions for Storage, Messages, Names, etc.'),
|
||||
'quit - ' + __('to immediatly exit (alias: exit)'),
|
||||
'',
|
||||
__('The web3 object and the interfaces for the deployed contracts and their methods are also available')
|
||||
|
|
Loading…
Reference in New Issue