Console is an interactive shell for the Ethereum JavaScript runtime environment which exposes a node admin interface as well as the DAPP JavaScript API.
Console is an interactive shell for the Ethereum JavaScript runtime environment
which exposes a node admin interface as well as the DAPP JavaScript API.
See https://github.com/ethereum/go-ethereum/wiki/Frontier-Console
See https://github.com/ethereum/go-ethereum/wiki/Frontier-Console
`,
`,
},
},
{
{
Action:execJSFiles,
Action:execJSFiles,
Name:"js",
Name:"js",
Usage:`executes the given JavaScript files in the Ethereum Frontier JavaScript VM`,
Usage:`executes the given JavaScript files in the Ethereum JavaScript VM`,
Description:`
Description:`
The Ethereum JavaScript VM exposes a node admin interface as well as the DAPP JavaScript API. See https://github.com/ethereum/go-ethereum/wiki/Frontier-Console
The Ethereum JavaScript VM exposes a node admin interface as well as the DAPP
JavaScript API. See https://github.com/ethereum/go-ethereum/wiki/Javascipt-Console
`,
`,
},
},
{
{
...
@@ -130,6 +212,7 @@ The Ethereum JavaScript VM exposes a node admin interface as well as the DAPP Ja
...
@@ -130,6 +212,7 @@ The Ethereum JavaScript VM exposes a node admin interface as well as the DAPP Ja
}
}
app.Flags=[]cli.Flag{
app.Flags=[]cli.Flag{
utils.UnlockedAccountFlag,
utils.UnlockedAccountFlag,
utils.PasswordFileFlag,
utils.BootnodesFlag,
utils.BootnodesFlag,
utils.DataDirFlag,
utils.DataDirFlag,
utils.JSpathFlag,
utils.JSpathFlag,
...
@@ -146,7 +229,6 @@ The Ethereum JavaScript VM exposes a node admin interface as well as the DAPP Ja
...
@@ -146,7 +229,6 @@ The Ethereum JavaScript VM exposes a node admin interface as well as the DAPP Ja