module
Version:
v0.0.0-...-092aa0d
Opens a new window with list of versions in this module.
Published: Aug 20, 2023
License: MIT
Opens a new window with license information.
README
¶
EthClient
EthClient是一个简单、方便的以太坊Go语言客户端。
特性
- 提供从以太坊节点获取数据的方法,如区块、交易、账户余额等
- 封装了JSON-RPC请求和响应处理
- 简单的CLI交互接口,使得命令行使用方便
用法
作为库
client, err := ethclient.NewEthClient(endpoint)
balance, err := client.GetBalance(account)
运行
需要安装Go 1.19+
$ go run cmd/cli.go
开发
# 下载依赖
$ go mod download
# 格式化代码
$ go fmt ./...
# 测试
$ go test ./...
欢迎贡献!
许可
Apache 2.0许可证
Directories
¶
Click to show internal directories.
Click to hide internal directories.