Skip to content
Michael Bumann edited this page Apr 10, 2021 · 10 revisions

Epics

The current state of the extension is experimental and under heavy development. We focus on the basic payment functionality and basic UI with the goal to show the amazing possibilities that the Lightning network offers for the web.

Welcome/Onboarding process

The onboarding process allows new users to connect (or later create) a lightning wallet. The user is guided through all necessary configurations to use the extension and usage explanations.

issue: https://github.com/bumi/lightning-browser-extension/issues/3 figma screens: https://www.figma.com/file/xEPJFGFdc3HD0JS1ax2IpH/Lightning-Browser-Extension

Extension Popup

issue: https://github.com/bumi/lightning-browser-extension/issues/1

Enable Prompt

issue: https://github.com/bumi/lightning-browser-extension/issues/5

Payment Prompt

issue: https://github.com/bumi/lightning-browser-extension/issues/4

Options Page

  • Manage configured lightning accounts (add/remove/choose accounts)
  • General options
  • Allowances

Allowances

UX/UI

Thanks to @johnsBeharry and the bitcoin.design community we got some great UX/UI input and kickstart.

These ideas and documents have been created during the Fulmo Lightning Hacksprint in March 2021:

Coding Conventions

  • We are following the BEM methodology in the CSS to create UI components.
Clone this wiki locally