Registry / networking / attestantio-go-eth2-client

attestantio-go-eth2-client

JSON →
library1.15.2gogounverified

Package go-eth2-client provides a Go client for interacting with Ethereum 2.0 beacon nodes.

go get github.com/attestantio/go-eth2-client
INSTALL
IMPORT
SIG · ATTESTANTIO-GO-ETH
A
attestantio-go-eth2-client
networkinggov1.15.2
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.

eth2client
github.com/attestantio/go-eth2-client

Creates a new Ethereum 2.0 client connected to a beacon node.

package main import ( "fmt" "github.com/attestantio/go-eth2-client" ) func main() { client, _ := eth2client.New("http://localhost:3500") fmt.Println("Client created:", client) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.15.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
36 hits · last 30 days
node
32
Meta
1
Amazon
1
OpenAI (training)
1
Resources
attestantio-go-eth2-client — go get attestantio-go-eth2-client · libregistry