-
以太坊节点的命令行控制台工具:ethereum-console
资源介绍
以太控制台
以太坊节点的命令行控制台。
ethconsole通过IPC / WS / HTTP连接到正在运行的以太坊节点,并提供一个交互式javascript控制台,其中包含带有admin扩展名的web3 (1.x)对象。
请注意,管理/调试功能尚未正式发布,可能会随着时间的推移而变化。
运行$ ethconsole --help寻求帮助。
安装/使用
$ npm install -g ethereum-console
...
$ ethconsole
ETHEREUM CONSOLE
Connecting to node at /Users/xyz/Library/Ethereum/geth.ipc
... Connection successful!
Use the "web3" object to interact.
You can find the documentation