{"id":13666745,"url":"https://github.com/bitcoincoretech/lnbits-link","last_synced_at":"2025-04-26T12:31:38.213Z","repository":{"id":49539248,"uuid":"366964243","full_name":"bitcoincoretech/lnbits-link","owner":"bitcoincoretech","description":"LNbits browser extension","archived":false,"fork":false,"pushed_at":"2021-08-20T20:04:40.000Z","size":5085,"stargazers_count":12,"open_issues_count":9,"forks_count":4,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-08-03T06:05:10.248Z","etag":null,"topics":["browser-extension","lightning-network","lnbits"],"latest_commit_sha":null,"homepage":"","language":"Vue","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/bitcoincoretech.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}},"created_at":"2021-05-13T07:06:45.000Z","updated_at":"2024-01-04T04:23:46.000Z","dependencies_parsed_at":"2022-09-16T13:51:19.521Z","dependency_job_id":null,"html_url":"https://github.com/bitcoincoretech/lnbits-link","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitcoincoretech%2Flnbits-link","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitcoincoretech%2Flnbits-link/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitcoincoretech%2Flnbits-link/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitcoincoretech%2Flnbits-link/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bitcoincoretech","download_url":"https://codeload.github.com/bitcoincoretech/lnbits-link/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224035048,"owners_count":17244893,"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":["browser-extension","lightning-network","lnbits"],"created_at":"2024-08-02T06:01:24.471Z","updated_at":"2024-11-11T01:30:43.534Z","avatar_url":"https://github.com/bitcoincoretech.png","language":"Vue","funding_links":[],"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"readme":"# lnbits browser extension\n![lnbits extension 3](https://user-images.githubusercontent.com/2951406/120298961-3485bd00-c2d3-11eb-941a-b6bee5e54e6f.png)\n\nLight browser extensions for **[LNbits](https://lnbits.org/)**. It allows users to connect to any existing **[LNbits](https://lnbits.org/)** server and make payments in the browser. It supports:\n  - [x] BOLT11 invoices\n  - [x] LNURL Pay\n  - [x] LNURL Withdraw\n  - [x] LNURL Auth\n\nThis extension does **not** require for the user to configure a Lightning Network node or to manage Payment Channels. \nThe look and feel closely follows the [lnbits.com](https://lnbits.com/) style.\n\n## Demo\n![lnbits-link-1](https://user-images.githubusercontent.com/2951406/120511880-7f86f980-c3d3-11eb-94ca-291c520d886a.gif)\n\n\n## Install\n### Chrome\n  - [download](https://github.com/bitcoincoretech/lnbits-link/releases) \u0026 unzip extension\n  - go to [chrome://extensions/](chrome://extensions/)\n  - enable `Developer Mode`\n  - click `Load Unpacked` and select the folder with the unzipped extension (should have the `manifest.json` file in it)\n![lnbit-incon3](https://user-images.githubusercontent.com/2951406/120470057-c7922600-c3ab-11eb-963c-e04985563471.png)\n\n### Firefox, Opera: \n  - todo\n\n## Configure\n - provide a [LNbits](https://lnbits.org/) server URL (by default it connects to [lnbits.com](https://lnbits.com/))\n - provide a **User ID** (if one exists), or create a new user on the spot\n - send some funds to the wallet\n![lnbits extension 2b](https://user-images.githubusercontent.com/2951406/120313384-8d108680-c2e2-11eb-8cb9-d23abe4bc56c.png)\n\n## Use\n - make sure there are some funds in the wallet\n - visit a site that accepts Lightning Payments (BOLT11 or LNURL Pay). See [Testing Sites](https://github.com/bitcoincoretech/lnbits-link/blob/main/README.md#testing-sites) below.\n - click on a payment Link\n - a dialog is open asking for confirmation. Confirm (or not). That is it!\n![lnbits extension 2c](https://user-images.githubusercontent.com/2951406/120315846-715aaf80-c2e5-11eb-9163-0a7bf3667556.png)\n - check the balance on the popup view of the extension\n\n## Supported Browsers\nThe extension can be installed on:\n - [ ] firefox (todo)\n - [x] chrome\n - [ ] opera (todo)\n\n## Tech Stack\n - Java Script\n - Vue\n - Quasar\n\n## Inspired by\n - [Jules](https://github.com/joule-labs/joule-extension), [bumi/lightning-browser-extension](https://github.com/bumi/lightning-browser-extension), [anonaddy/browser-extension](https://github.com/anonaddy/browser-extension), [fregante/browser-extension-template](https://github.com/fregante/browser-extension-template), [anderspitman/chrome-extension-css-isolation-example](https://github.com/anderspitman/chrome-extension-css-isolation-example), [easy-screenshot](https://github.com/schomery/easy-screenshot)\n\n## Releases\nSee [Releases Page](https://github.com/bitcoincoretech/lnbits-link/releases)\n\n## Testing sites\n### Mainnet\n - https://lnbits.com/\n - https://yalls.org/ \n - https://lnurl.bigsun.xyz/\n### Testnet\n - https://lnbits.lndev.link/\n - https://htlc.me/\n - https://testnet.yalls.org/ \n\n\n## Licence\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitcoincoretech%2Flnbits-link","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitcoincoretech%2Flnbits-link","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitcoincoretech%2Flnbits-link/lists"}