登录 注册
当前位置:主页 > 资源下载 > 43 > 以太坊节点的命令行控制台工具:ethereum-console

以太坊节点的命令行控制台工具:ethereum-console

  • 更新:2024-09-15 21:46:32
  • 大小:8KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

以太控制台 以太坊节点的命令行控制台。 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