{"id":17595340,"url":"https://github.com/anasfik/dart_bip353","last_synced_at":"2026-02-14T10:04:00.688Z","repository":{"id":251231504,"uuid":"836798973","full_name":"anasfik/dart_bip353","owner":"anasfik","description":"A Dart package to work with the BIP353, resolving payment details from a given address like `test@twelve.cash` and get the bol 12 offer, onchain address and lnurl...","archived":false,"fork":false,"pushed_at":"2024-08-01T15:23:47.000Z","size":6,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-01T16:30:00.810Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Dart","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/anasfik.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-08-01T15:23:23.000Z","updated_at":"2025-09-30T11:35:01.000Z","dependencies_parsed_at":"2024-08-01T17:28:04.497Z","dependency_job_id":null,"html_url":"https://github.com/anasfik/dart_bip353","commit_stats":null,"previous_names":["anasfik/dart_bip353"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/anasfik/dart_bip353","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anasfik%2Fdart_bip353","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anasfik%2Fdart_bip353/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anasfik%2Fdart_bip353/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anasfik%2Fdart_bip353/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anasfik","download_url":"https://codeload.github.com/anasfik/dart_bip353/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anasfik%2Fdart_bip353/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29442335,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T07:24:13.446Z","status":"ssl_error","status_checked_at":"2026-02-14T07:23:58.969Z","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":[],"created_at":"2024-10-22T07:54:25.096Z","updated_at":"2026-02-14T10:04:00.672Z","avatar_url":"https://github.com/anasfik.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dart_bip353\n\nA Dart package to work with the [BIP353](https://bips.dev/353/), resolving payment details from a given address like `test@twelve.cash` and get the bol 12 offer, onchain address and lnurl...\n\n## Usage\n\nA simple usage example:\n\n```dart\n// get the DNS query for the given address.\nfinal dnsQuery = Bip353.buildDnsQueryFromRawAddress(\"test@twelve.cash\");\nprint(dnsQuery); // test.user._bitcoin-payment.twelve.cash\n\n// get payment details from the given address, inclusing bolt12 offerr, bitcoin onchain address and lnurl.\nfinal data = await Bip353.getAdressResolve(\"test@twelve.cash\");\nprint(data.onchain); // bc1p73p4sc52mdamccfrth4gn8wull0h7ywkzzn6d8e2mxqr4m7evdqqwusn64\n\nprint(data.offer); // lno1pqqq5xj5wajkcan9gdshx6pq23jhxarfdenjqstyv3ex2umnzcss80xkrjkyrjk43u5dgu8f6a450fg2cnjtg7lhg76c3gtk5gdhshns\n\nprint(data.lnurl); // lnurl1dp68gurn8ghj7anvwshxwef09emk2mrv944kummhdchkcmn4wfk8qte3xf6x2um50n5cup\n\n// do something with the bolt 12 offer.\n// ...\n```\n\n## Features and bugs\n\nPlease file feature requests and bugs at the [issue tracker][issues].\n\n## License\n\nMIT License, see [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanasfik%2Fdart_bip353","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanasfik%2Fdart_bip353","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanasfik%2Fdart_bip353/lists"}