{"id":15452345,"url":"https://github.com/niclin/bip44-ruby","last_synced_at":"2026-05-03T04:38:12.144Z","repository":{"id":56842914,"uuid":"251263494","full_name":"niclin/bip44-ruby","owner":"niclin","description":"This Ruby gem provides BIP44 coin constants","archived":false,"fork":false,"pushed_at":"2020-04-21T08:40:09.000Z","size":54,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-03T23:58:35.620Z","etag":null,"topics":["bip44","bitcoin","ruby"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/niclin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-03-30T09:47:54.000Z","updated_at":"2020-04-21T08:40:11.000Z","dependencies_parsed_at":"2022-09-01T09:02:47.588Z","dependency_job_id":null,"html_url":"https://github.com/niclin/bip44-ruby","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niclin%2Fbip44-ruby","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niclin%2Fbip44-ruby/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niclin%2Fbip44-ruby/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niclin%2Fbip44-ruby/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/niclin","download_url":"https://codeload.github.com/niclin/bip44-ruby/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246009029,"owners_count":20708880,"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":["bip44","bitcoin","ruby"],"created_at":"2024-10-01T21:42:04.538Z","updated_at":"2026-05-03T04:38:12.095Z","avatar_url":"https://github.com/niclin.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bip44 Ruby\n\nThis Ruby gem provides BIP44 coin constants as found here: https://github.com/satoshilabs/slips/blob/master/slip-0044.md\n\n```ruby\ngem 'bip44-ruby'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install bip44\n\n## Usage\n\n### Get hexa\n\n```ruby\nrequire \"bip44\"\n\nBip44.get_hexa(\"btc\")\n\n# =\u003e \"0x80000000\"\n```\n\n### Parse hexa\n\n```ruby\nrequire \"bip44\"\n\nBip44.get_currency(\"0x80000000\")\n\n# =\u003e \"btc\"\n```\n\n### Check currency\n\n```ruby\nrequire \"bip44\"\n\nBip44.include_currency?(\"eth\")\n# =\u003e true\n\nBip44.include_currency?(\"fake_currency\")\n# =\u003e false\n```\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/niclin/bip44-ruby.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniclin%2Fbip44-ruby","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fniclin%2Fbip44-ruby","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniclin%2Fbip44-ruby/lists"}