{"id":44244473,"url":"https://github.com/button-tech/utils-hip","last_synced_at":"2026-02-10T12:02:26.255Z","repository":{"id":101693870,"uuid":"209101159","full_name":"button-tech/utils-hip","owner":"button-tech","description":"This package provides BIP44 coin constants","archived":false,"fork":false,"pushed_at":"2019-09-17T16:22:39.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-14T09:59:45.074Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/button-tech.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}},"created_at":"2019-09-17T16:16:10.000Z","updated_at":"2020-01-23T16:58:28.000Z","dependencies_parsed_at":"2023-07-13T23:16:54.451Z","dependency_job_id":null,"html_url":"https://github.com/button-tech/utils-hip","commit_stats":null,"previous_names":["button-tech/bip44"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/button-tech/utils-hip","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/button-tech%2Futils-hip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/button-tech%2Futils-hip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/button-tech%2Futils-hip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/button-tech%2Futils-hip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/button-tech","download_url":"https://codeload.github.com/button-tech/utils-hip/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/button-tech%2Futils-hip/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29298525,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T10:40:02.018Z","status":"ssl_error","status_checked_at":"2026-02-10T10:38:28.459Z","response_time":65,"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":[],"created_at":"2026-02-10T12:02:15.410Z","updated_at":"2026-02-10T12:02:26.250Z","avatar_url":"https://github.com/button-tech.png","language":"Go","readme":"You can read more about BIP44 here:\nhttps://github.com/bitcoin/bips/blob/master/bip-0044.mediawiki\n\n```\ntype Constants []constant\n\n// Create is starting point. You get constants.\nCreate() Constants\n\n// If arguments are not passed, all constants will be returned, you can also pass coin-symbol and recieve slice constant as a result.\nfunc(c Constants) Get(coinSymbol ...string) []constant\n```\n\n```\nFormat: constant, coinSymbol, coinName \nie. [{\"2147483708\" \"ETH\" \"Ether\"}] \n\nUsage:\n\nconsts := bip44.Create() \neth := c.Get(\"ETH\") // [{\"2147483708\" \"ETH\" \"Ether\"}]\nethBtc := c.Get(\"ETH\", \"BTC\") // [{\"2147483648\" \"BTC\" \"Bitcoin\"} {\"2147483708\" \"ETH\" \"Ether\"}]\n\nAlso you can get all constants:\nall := c.Get() \n// [{\"2147483648\" \"BTC\" \"Bitcoin\"} {\"2147483649\"  Testnet (all coins)} {\"2147483650\" \"LTC\" \"Litecoin\"} {\"2147483651\" \"DOGE\" \"Dogecoin\"} ...]\n```\n\nLICENSE MIT","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbutton-tech%2Futils-hip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbutton-tech%2Futils-hip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbutton-tech%2Futils-hip/lists"}