{"id":21690791,"url":"https://github.com/reiver/go-eip55","last_synced_at":"2025-03-20T12:57:57.749Z","repository":{"id":241437898,"uuid":"806191575","full_name":"reiver/go-eip55","owner":"reiver","description":null,"archived":false,"fork":false,"pushed_at":"2024-05-27T04:16:56.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-25T13:08:27.429Z","etag":null,"topics":["eip-55","erc-55","ethereum","ethereum-address","ethereum-addresses"],"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/reiver.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-26T16:20:20.000Z","updated_at":"2024-07-31T10:46:14.000Z","dependencies_parsed_at":"2024-05-28T10:54:41.451Z","dependency_job_id":null,"html_url":"https://github.com/reiver/go-eip55","commit_stats":null,"previous_names":["reiver/go-eip55"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reiver%2Fgo-eip55","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reiver%2Fgo-eip55/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reiver%2Fgo-eip55/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reiver%2Fgo-eip55/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reiver","download_url":"https://codeload.github.com/reiver/go-eip55/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244618428,"owners_count":20482316,"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":["eip-55","erc-55","ethereum","ethereum-address","ethereum-addresses"],"created_at":"2024-11-25T17:33:47.603Z","updated_at":"2025-03-20T12:57:57.720Z","avatar_url":"https://github.com/reiver.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-eip55\n\nPackage **eip55** provides an implementation of [EIP-55](https://eips.ethereum.org/EIPS/eip-55): **\"Mixed-case checksum address encoding\"**, for the Go programming language.\n\n**EIP-55** is also known as **ERC-55**.\n\n## Documention\n\nOnline documentation, which includes examples, can be found at: http://godoc.org/github.com/reiver/go-eip55\n\n[![GoDoc](https://godoc.org/github.com/reiver/go-eip55?status.svg)](https://godoc.org/github.com/reiver/go-eip55)\n\n## Example\n\nHere is an example:\n```golang\nimport \"github.com/reiver/go-eip55\"\n\n// ...\n\nvar address [20]byte = // ...\n\nvar addressHex string = eip55.Encode(address)\n```\n\nHere is another example:\n```golang\n\nimport \"github.com/reiver/go-eip55\"\n\n// ...\n\nif eip55.IsValid(addressHex) {\n\t// ...\n}\n```\n\n## Import\n\nTo import package **eip55** use `import` code like the follownig:\n```\nimport \"github.com/reiver/go-eip55\"\n```\n\n## Installation\n\nTo install package **eip55** do the following:\n```\nGOPROXY=direct go get https://github.com/reiver/go-eip55\n```\n\n## Author\n\nPackage **eip55** was written by [Charles Iliya Krempeaux](http://reiver.link)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freiver%2Fgo-eip55","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freiver%2Fgo-eip55","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freiver%2Fgo-eip55/lists"}