Registry / http-client / everfinance-ethrpc

everfinance-ethrpc

JSON →
library1.0.5gogounverified

Package ethrpc provides an Ethereum JSON-RPC client for Go.

go get github.com/everFinance/ethrpc
INSTALL
IMPORT
SIG · EVERFINANCE-ETHRPC
E
everfinance-ethrpc
http-clientgov1.0.5
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.

ethrpc
github.com/everFinance/ethrpc

Connects to an Ethereum node and fetches the latest block number.

package main import ( "github.com/everFinance/ethrpc" ) func main() { client := ethrpc.New("https://mainnet.infura.io/v3/YOUR-PROJECT-ID") blockNumber, _ := client.BlockNumber() println(blockNumber) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
Resources
everfinance-ethrpc — go get everfinance-ethrpc · libregistry