Skip to content
This repository has been archived by the owner on Jul 29, 2022. It is now read-only.

Substrate Light UI v0.3.0 - Browser Extension POC

Latest
Compare
Choose a tag to compare
@amaury1093 amaury1093 released this 13 Feb 14:12
· 150 commits to master since this release

Status:

  • Light node works. On westend now. Can create account, fetch balance, transfer funds.
  • There are some annoying bugs (both on the wasm and on the UI sides) that make it unusable after ~couple of days.
  • The UI is not polished.

Instructions:

Unzip the file.

  • Chrome:
    • go to chrome://extensions/
    • ensure you have the Development flag set
    • "Load unpacked" and point to /path/to/build
    • if developing, after making changes - refresh the extension
  • Firefox:
    • go to about:debugging#addons
    • check "Enable add-on debugging"
    • click on "Load Temporary Add-on" and point to /path/to/build/manifest.json
    • if developing, after making changes - reload the extension