Status Desktop Wallet extended to decentralized applications in your browser.
Depends on:
Tested with these browsers:
- Google Chrome
- Arc
pnpm dev:chrome
pnpm build:chrome
Google Chrome > Window > Extensions > enable Developer mode
Google Chrome > Window > Extensions > Load unpacked > select build (build/chrome-mv3-dev)
Note: Reloads automatically in development.
pnpm dev:safari
xcrun safari-web-extension-converter --no-open --macos-only --swift --project-location ./apps --app-name Status --bundle-identifier im.Status.Status ./build/safari-mv3-dev/
xcodebuild -project apps/Status/Status.xcodeproj -scheme Status build
Safari > Settings... > Developer > Allow unsigned extensions
Safari > Settings... > Extensions > check Status
Note: Does not reload automatically, requires build on change and converting as well if adding new files.
pnpm dev:firefox
pnpm build:firefox
Firefox Developer Edition > Tools > Add-ons and Themes > click on gear icon (Tools for all add-ons) > Install Add-on From File... > select build (build/firefox-mv3-prod.zip)
Note: Does not reload automatically, requires build and load on change.
Download latest build from last merged PR or build from source. To use the extension see the load steps from Development section.