ethclient

module
v0.0.0-...-092aa0d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 20, 2023 License: MIT

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

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL