This repository has been archived by the owner on Jul 29, 2022. It is now read-only.
Releases: paritytech/substrate-light-ui
Releases · paritytech/substrate-light-ui
Substrate Light UI v0.3.0 - Browser Extension POC
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
- go to
- 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
- go to
Substrate Light UI v0.1.0 - Alpha MVP
This is the 1st release of Substrate Light UI, a really bare-bones MVP. In this version, you can:
- create & import accounts
- save addresses in your address book
- transfer funds between accounts
- switch between Alexander, Emberic Elm and your local development node (bundled inside the Electron app)
For macOS only (Linux and Windows binaries are planned). For Linux and Windows users, please build the project manually for now.