Registry / crypto / ethereum-go-ethereum

ethereum-go-ethereum

JSON →
library1.17.3gogounverified

Package ethereum defines interfaces for interacting with Ethereum.

go get github.com/ethereum/go-ethereum
INSTALL
IMPORT
SIG · ETHEREUM-GO-ETHERE
E
ethereum-go-ethereum
cryptogov1.17.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ethereum
✓ github.com/ethereum/go-ethereum

Convert a hex string to an Ethereum address.

package main import ( "fmt" "github.com/ethereum/go-ethereum/common" ) func main() { addr := common.HexToAddress("0x1234") fmt.Println(addr.Hex()) }
Debug
Known issues
gotchaThe root package is not importable; use subpackages like common, core/types, ethclient.
fix
Import specific subpackages (e.g., github.com/ethereum/go-ethereum/common).
affects: *
Upgrade
Version history
1.17.3latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Resources
ethereum-go-ethereum — go get ethereum-go-ethereum · libregistry