# README
go-ethereum-development
Develop your eth app easily by using the tools. Quick call for rpc-api and set your configuation files efficiently.
项目简介
本项目集成了一些go开发以太坊的常用工具:
- 集成了数据库和eth客户端连接,通过简单配置即可进行连接
- 集成了常用rpc查询,便于直接调用即可查询
使用说明
配置
操作
- 可以使用
Server.C.GetString("xxx.xxx")
来获取数据
# Variables
No description provided by the author