{"id":15146974,"url":"https://github.com/ofen/getblock-go","last_synced_at":"2025-06-17T15:34:42.500Z","repository":{"id":57694647,"uuid":"487600413","full_name":"ofen/getblock-go","owner":"ofen","description":"JSON-RPC client for getblock.io.","archived":false,"fork":false,"pushed_at":"2022-05-03T17:35:06.000Z","size":17,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-06T21:34:47.501Z","etag":null,"topics":["bitcoin","blockchain","client","cryptocurrency","ethereum","getblock","json-rpc","monero","web3"],"latest_commit_sha":null,"homepage":"https://pkg.go.dev/github.com/ofen/getblock-go","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ofen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-05-01T17:33:53.000Z","updated_at":"2025-01-16T04:57:20.000Z","dependencies_parsed_at":"2022-09-26T21:00:53.185Z","dependency_job_id":null,"html_url":"https://github.com/ofen/getblock-go","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ofen/getblock-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ofen%2Fgetblock-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ofen%2Fgetblock-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ofen%2Fgetblock-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ofen%2Fgetblock-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ofen","download_url":"https://codeload.github.com/ofen/getblock-go/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ofen%2Fgetblock-go/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260388723,"owners_count":23001580,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bitcoin","blockchain","client","cryptocurrency","ethereum","getblock","json-rpc","monero","web3"],"created_at":"2024-09-26T12:21:14.863Z","updated_at":"2025-06-17T15:34:37.472Z","avatar_url":"https://github.com/ofen.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"JSON-RPC client for [getblock.io](https://getblock.io).\n\n## Install\n```sh\ngo get github.com/ofen/getblock-go\n```\n\n## Example\n```go\npackage main\n\nimport (\n    \"context\"\n    \"fmt\"\n\n    \"github.com/ofen/getblock-go/eth\"\n)\n\nfunc main() {\n    ctx := context.Background()\n\n    client := eth.New(\"your-api-token\")\n    head, err := client.BlockNumber(ctx)\n    if err != nil {\n        panic(err)\n    }\n\n    fmt.Println(head)\n}\n```\n\n## Documentation\nhttps://getblock.io/docs/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fofen%2Fgetblock-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fofen%2Fgetblock-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fofen%2Fgetblock-go/lists"}