Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 1.39 KB

cmd.md

File metadata and controls

20 lines (19 loc) · 1.39 KB

cmd

文件 package 说明
cmd 命令行工具,下面又分了很多的命令行工具
cmd abigen 将智能合约源代码转换成容易使用的,编译时类型安全的Go语言包
cmd bootnode 启动一个仅仅实现网络发现的节点
cmd checkpoint-admin checkpoint-admin is a utility that can be used to query checkpoint information and register stable checkpoints into an oracle contract.
cmd clef Clef is an account management tool
cmd devp2p ethereum p2p tool
cmd ethkey an Ethereum key manager
cmd evm 以太坊虚拟机的开发工具, 用来提供一个可配置的,受隔离的代码调试环境
cmd faucet faucet is a Ether faucet backend by a light client.
cmd geth 以太坊命令行客户端,最重要的一个工具
cmd p2psim 提供了一个工具来模拟http的API
cmd puppeth 创建一个新的以太坊网络的向导,一个命令组装和维护私人网路
cmd rlpdump 提供了一个RLP数据的格式化输出
cmd swarm swarm网络的接入点
cmd util 提供了一些公共的工具,为Go-Ethereum命令提供说明
cmd wnode 这是一个简单的Whisper节点。 它可以用作独立的引导节点。此外,可以用于不同的测试和诊断目的。