{"id":46051426,"url":"https://github.com/said1296/gethaws","last_synced_at":"2026-03-01T09:03:22.947Z","repository":{"id":61626898,"uuid":"544985441","full_name":"said1296/gethaws","owner":"said1296","description":"Geth client for AWS Managed Blockchain","archived":false,"fork":false,"pushed_at":"2022-11-14T23:07:00.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-09-13T09:13:41.456Z","etag":null,"topics":["aws","client","connector","geth","geth-aws","geth-node","go","golang","managed-blockchain"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/said1296.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-10-03T15:27:07.000Z","updated_at":"2022-11-29T06:48:46.000Z","dependencies_parsed_at":"2023-01-23T03:45:58.262Z","dependency_job_id":null,"html_url":"https://github.com/said1296/gethaws","commit_stats":null,"previous_names":[],"tags_count":10,"template":null,"template_full_name":null,"purl":"pkg:github/said1296/gethaws","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/said1296%2Fgethaws","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/said1296%2Fgethaws/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/said1296%2Fgethaws/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/said1296%2Fgethaws/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/said1296","download_url":"https://codeload.github.com/said1296/gethaws/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/said1296%2Fgethaws/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29965419,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T06:55:38.174Z","status":"ssl_error","status_checked_at":"2026-03-01T06:53:04.810Z","response_time":124,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["aws","client","connector","geth","geth-aws","geth-node","go","golang","managed-blockchain"],"created_at":"2026-03-01T09:03:22.353Z","updated_at":"2026-03-01T09:03:22.928Z","avatar_url":"https://github.com/said1296.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Geth Client For AWS Managed Blockchain\n\nGenerates RPC clients for regular JSON-RPC clients such as Infura or Alchemy, and for Managed Blockchain which uses a \ncustom authentication mechanism.\n\n# Installing\n\n```go get github.com/said1296/gethaws```\n\n# Limitations\n\nOnly works for HTTP client, will add support for other client types if people request it.\n\n# Usage\n\nIn this example the clients are configured loading the configuration from env variables. Further config instructions found at:\n\nhttps://aws.github.io/aws-sdk-go-v2/docs/configuring-sdk/\n\nYou can also pass an aws.Config struct instead of nil to CreateClients in order to use a custom aws.Config.\n\n```\npackage main\n\nimport (\n    \"context\"\n    \"github.com/aws/aws-sdk-go-v2/config\"\n    \"net/http\"\n    \"os\"\n)\n\nfunc main() {\n    err := os.Setenv(\"AWS_REGION\", \"us-east-2\")\n    if err != nil {\n        panic(err)\n    }\n    err = os.Setenv(\"AWS_ACCESS_KEY_ID\", \"my_access_key_id\")\n    if err != nil {\n        panic(err)\n    }\n    err = os.Setenv(\"AWS_SECRET_ACCESS_KEY\", \"my_secret_access_key\")\n    if err != nil {\n        panic(err)\n    }\n    \n    // The most common use cases will only use the first returned client, the rpc client is for low level calls not \n    // implemented by geth.\n    // The clients can also be created with a manually created aws.Config by passing it instead of nil.\n    client, rpcClient, err := gethaws.CreateClients(ctx.Background(), \"https://ethereum.managedblockchain/1jsj1i23213nk32mo1\", nil)\n    if err != nil {\n        panic(err)\n    }\n}\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaid1296%2Fgethaws","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaid1296%2Fgethaws","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaid1296%2Fgethaws/lists"}