This repository has been archived by the owner on Jul 29, 2022. It is now read-only.
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