{"id":69138,"library":"onrik-ethrpc","title":"onrik/ethrpc","description":"A Go client for interacting with Ethereum nodes via JSON-RPC, providing methods for blockchain queries and transactions.","status":"active","version":"1.2.0","language":"go","source_language":null,"source_url":"https://github.com/onrik/ethrpc","tags":["ethereum","rpc","blockchain","json-rpc"],"install":[{"cmd":"go get github.com/onrik/ethrpc","lang":"bash","label":"Install github.com/onrik/ethrpc"}],"dependencies":[],"imports":[{"symbol":"ethrpc","correct":"github.com/onrik/ethrpc"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/onrik/ethrpc\"\n)\n\nfunc main() {\n\tclient := ethrpc.New(\"https://mainnet.infura.io/v3/YOUR-PROJECT-ID\")\n\tblockNumber, err := client.EthBlockNumber()\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tfmt.Println(\"Latest block:\", blockNumber)\n}","lang":"go","description":"Connects to an Ethereum node and retrieves the latest block number."},"warnings":[],"env_vars":null,"search_vec":"'blockchain':17,23 'client':4 'ethereum':8,21 'go':3 'interact':6 'json':12,25 'json-rpc':11,24 'method':15 'node':9 'onrik/ethrpc':1 'provid':14 'queri':18 'rpc':13,22,26 'transact':20 'via':10","created_at":"2026-06-17T17:58:11.940060+00:00","updated_at":"2026-06-17T17:58:11.940060+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/onrik/ethrpc","github":"https://github.com/onrik/ethrpc","docs":"https://pkg.go.dev/github.com/onrik/ethrpc#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}