Registry / networking / alethio-web3-go

alethio-web3-go

JSON →
library0.0.6gogounverified

A Go client library for interacting with Ethereum nodes via JSON-RPC, supporting common web3 operations.

go get github.com/alethio/web3-go
INSTALL
IMPORT
SIG · ALETHIO-WEB3-GO
A
alethio-web3-go
networkinggov0.0.6
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.

web3
github.com/alethio/web3-go

Connects to Ethereum and fetches block number 1.

package main import ( "fmt" "github.com/alethio/web3-go" ) func main() { client, _ := web3.NewClient("https://mainnet.infura.io/v3/YOUR_PROJECT_ID") block, _ := client.Eth.GetBlockByNumber(1, false) fmt.Println(block.Hash) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
37 hits · last 30 days
node
31
OpenAI (training)
1
Resources
alethio-web3-go — go get alethio-web3-go · libregistry