{"id":20841145,"url":"https://github.com/iotexproject/iotex-address","last_synced_at":"2025-05-08T22:07:06.055Z","repository":{"id":35075721,"uuid":"176428023","full_name":"iotexproject/iotex-address","owner":"iotexproject","description":"The address library extracted from iotex-core.","archived":false,"fork":false,"pushed_at":"2024-10-31T21:46:42.000Z","size":46,"stargazers_count":1,"open_issues_count":6,"forks_count":5,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-05-08T22:07:00.131Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://iotex.io","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/iotexproject.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":"2019-03-19T05:05:44.000Z","updated_at":"2021-12-27T13:52:27.000Z","dependencies_parsed_at":"2024-06-19T11:13:59.139Z","dependency_job_id":"864dedd5-ffaf-4ca5-847e-b17ec8005f51","html_url":"https://github.com/iotexproject/iotex-address","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iotexproject%2Fiotex-address","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iotexproject%2Fiotex-address/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iotexproject%2Fiotex-address/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iotexproject%2Fiotex-address/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iotexproject","download_url":"https://codeload.github.com/iotexproject/iotex-address/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253154974,"owners_count":21862622,"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":[],"created_at":"2024-11-18T01:18:59.653Z","updated_at":"2025-05-08T22:07:06.030Z","avatar_url":"https://github.com/iotexproject.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# iotex-address\n\nThis is the golang library of the address used in IoTeX blockchain and relatant products and services.\n\n## Address Generation Algorithm\n\nA human readable address looks like `io1nyjs526mnqcsx4twa7nptkg08eclsw5c2dywp4`. It takes the following steps to be constructed:\n\n1. Generating a random private key and the corresponding public key using secp256k1's elliptic curve;\n2. Apply keccak256 hash function to the public key (hash := keccak256(pk[1:]), exluding the first byte (which indicates whether the public key is uncompressed or not);\n3. Take the last 20 bytes as the payload (payload := hash[12:]), which is the byte representation of the address;\n4. Apply [bech32](https://github.com/bitcoin/bips/blob/master/bip-0173.mediawiki) encoding on the payload and adding io prefix.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiotexproject%2Fiotex-address","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiotexproject%2Fiotex-address","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiotexproject%2Fiotex-address/lists"}