{"id":15093103,"url":"https://github.com/bumi/openalias-ruby","last_synced_at":"2026-02-14T06:31:31.605Z","repository":{"id":56886789,"uuid":"155643355","full_name":"bumi/openalias-ruby","owner":"bumi","description":"Lookup and parse OpenAlias data in Ruby ","archived":false,"fork":false,"pushed_at":"2018-11-03T17:44:29.000Z","size":21,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-26T08:10:23.500Z","etag":null,"topics":["bitcoin","cryptocurrency","dns","dns-record","monero","openalias","ruby"],"latest_commit_sha":null,"homepage":null,"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/bumi.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":"2018-11-01T01:11:41.000Z","updated_at":"2024-05-31T07:34:53.000Z","dependencies_parsed_at":"2022-08-20T14:31:27.072Z","dependency_job_id":null,"html_url":"https://github.com/bumi/openalias-ruby","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/bumi/openalias-ruby","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bumi%2Fopenalias-ruby","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bumi%2Fopenalias-ruby/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bumi%2Fopenalias-ruby/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bumi%2Fopenalias-ruby/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bumi","download_url":"https://codeload.github.com/bumi/openalias-ruby/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bumi%2Fopenalias-ruby/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29438764,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T05:24:35.651Z","status":"ssl_error","status_checked_at":"2026-02-14T05:24:34.830Z","response_time":53,"last_error":"SSL_read: 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":["bitcoin","cryptocurrency","dns","dns-record","monero","openalias","ruby"],"created_at":"2024-09-25T11:03:38.790Z","updated_at":"2026-02-14T06:31:31.592Z","avatar_url":"https://github.com/bumi.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpenAlias ruby\n\nThis ruby gem allows you to lookup and read [OpenAlias](https://openalias.org) data with ruby.\n\nOpenAlias ([openalias.org](https://openalias.org)) is an open standard for simpler addresses for any crypto currencies. [Read more here](https://openalias.org)\n\n    At its most basic, OpenAlias is a TXT DNS record on a FQDN (fully qualified domain name). \n    By combining this with DNS-related technologies [it has] created an aliasing standard that is extensible for developers, \n    intuitive and familiar for users, and can interoperate with both centralised and decentralised domain systems.\n\nIt is using the [OpenAlias rust implementation](https://github.com/nabijaczleweli/openalias.rs/) - and is simply a ruby wrapper with a native rust extension.\n\nMaybe this is a bad idea, but I had a few minutes and wanted to try it. It works perfectly (but gem install takes a while to compile the extension)\nAt some point it would probably be awesome to rewrite the whole thing in pure ruby - which is likely very easy.\n\n## Installation\n\n(You need `rustc` installed to build the native rust extension)\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'openalias'\n```\n\nOr install it yourself as:\n\n    $ gem install openalias\n\n## Usage\n\n```ruby\nOpenalias.addresses('btc@michaelbumann.com') # or Openalias.lookup('btc@michaelbumann.com')\n=\u003e [#\u003cOpenalias::CryptoAddress cryptocurrency=\"btc\", address=\"3MGfEx4iaVEAy8nD4rWdocgrPo8aCR4Zfa\", recipient_name=\"bumi\"\u003e]\n\nOpenalias.addresses('donate.getmonero.org')\n=\u003e [#\u003cOpenalias::CryptoAddress cryptocurrency=\"xmr\", address=\"44AFFq5kSiGBoZ4NMDwYtN18obc8AemS33DBLWs3H7otXft3XjrpDtQGv7SqSsaBYBb98uNbr2VBBEt7f2wfn3RVGQBEP3A\", recipient_name=\"Monero Development\", tx_description=\"Donation to Monero Core Team\"\u003e, #\u003cOpenalias::CryptoAddress cryptocurrency=\"btc\", address=\"1KTexdemPdxSBcG55heUuTjDRYqbC5ZL8H\", recipient_name=\"Monero Development\", tx_description=\"Donation to Monero Core Team\"\u003e]\n\nOpenalias.addresses('donate.getmonero.org').find(\u0026:xmr?)\n=\u003e #\u003cOpenalias::CryptoAddress cryptocurrency=\"xmr\", address=\"44AFFq5kSiGBoZ4NMDwYtN18obc8AemS33DBLWs3H7otXft3XjrpDtQGv7SqSsaBYBb98uNbr2VBBEt7f2wfn3RVGQBEP3A\", recipient_name=\"Monero Development\", tx_description=\"Donation to Monero Core Team\"\u003e\n\nOpenalias.addresses('donate.getmonero.org')[0].recipient_name\n=\u003e \"Monero Development\"\n\n```\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/bumi/openalias-ruby.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbumi%2Fopenalias-ruby","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbumi%2Fopenalias-ruby","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbumi%2Fopenalias-ruby/lists"}