Status Desktop Wallet extended to decentralized applications in your browser.
Depends on:
- Status Desktop >=2.32.x
Tested with these browsers:
- Google Chrome
- Arc
pnpm dev:chromepnpm build:chromeGoogle 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:safarixcrun 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 buildSafari > 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:firefoxpnpm build:firefoxFirefox 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.
FLAG_CONNECTOR_ENABLED=1 '/Volumes/Status Desktop/Status.app/Contents/MacOS/nim_status_client'Tip: Point to the installer package location without dropping and replacing current app.
Download latest build from last merged PR or build from source. To use the extension see the load steps from Development section.
Browser > Console
await connector.enableLogging(true)