# README
Go Ethereum Helper Library
Useful quality-of-life improvements and helpers for clients using go-ethereum.
Requirements
To be determined.
License
The go-ethereum-helper library (i.e. all code outside of the vendor
directory) is licensed under the
GNU Lesser General Public License v3.0,
also included in our repository in the COPYING
file.
# Packages
Package ethdefaults provides various (hopefully) useful default values and constants for go-ethereum users.
Package ethhelpers provides helper methods for the Go Ethereum client library.
No description provided by the author