# README
Eth-Go
Ethgo is a lightweight SDK in Go to interact with Ethereum compatible blockchains.
- Website: https://ethgo.dev
Ethgo provides the next key features:
-
Simple: Light and with a small number of direct dependencies.
-
Ethereum ecosystem: Native integration with other tools from the ecosystem like
ens
andetherscan
. -
Command-line-interface: Ethgo is both a Golang SDK library and a CLI.
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
BytesToAddress converts bytes to an address object.
BytesToHash converts bytes to a hash object.
No description provided by the author
Ether converts a value to the ether unit with 18 decimals.
Gwei converts a value to the gwei unit with 9 decimals.
HexToAddress converts an hex string value to an address object.
HexToHash converts an hex string value to a hash object.
Keccak256 calculates the Keccak256.
# Constants
No description provided by the author
Goerli is the Clique testnet.
No description provided by the author
Mainnet is the mainnet network.
No description provided by the author
Rinkeby is a POW testnet.
Ropsten is the POW testnet.
eip-2930.
eip-1559.
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author
Address is an Ethereum address.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Hash is an Ethereum hash.
Network is a chain id.
No description provided by the author