Fistbump 제작자: Fistbump
Connects web apps to the Fistbump desktop app via window.fistbump.
사용자 없음사용자 없음
확장 메타 데이터
정보
Fistbump is the official browser extension for the Fistbump desktop wallet. It exposes a window.fistbump provider to any web page, so web apps can request the user's wallet address, ask the user to sign messages, and build transactions — all gated behind per-request approval modals in the desktop wallet.
Features
How it works
The extension uses the browser's native messaging API to talk to a small bridge binary shipped inside the Fistbump desktop app. The browser pre-verifies the extension's ID before spawning the bridge, so no other extension can impersonate it. The bridge forwards requests to the wallet over a local Unix domain socket (on macOS and Linux) or named pipe (on Windows), both of which live in your user directory with per-user permissions.
Requirements
The desktop wallet and this extension are open source.
Features
- Connect — Web apps request access with window.fistbump.connect(). The first time a site connects, the desktop wallet pops a confirmation modal showing the site's origin; subsequent connects from the same site are silent.
- Send transactions — window.fistbump.sendTx({ to, amount }) accepts either a raw fb1… address or a Fistbump name (resolved on the wallet side). The wallet shows a review modal with the recipient, fee, and total, and requires the wallet to be unlocked before signing.
- Sign messages — window.fistbump.signMessage("hello") signs with the active wallet's receive address. window.fistbump.signMessage("hello", { name: "eskimo" }) signs with the key that owns a specific Fistbump name, after verifying ownership on the wallet side.
- Zero data collection — the extension does not talk to any remote server. Every request is forwarded to your locally installed Fistbump desktop wallet via the browser's native messaging API.
How it works
The extension uses the browser's native messaging API to talk to a small bridge binary shipped inside the Fistbump desktop app. The browser pre-verifies the extension's ID before spawning the bridge, so no other extension can impersonate it. The bridge forwards requests to the wallet over a local Unix domain socket (on macOS and Linux) or named pipe (on Windows), both of which live in your user directory with per-user permissions.
Requirements
- The Fistbump desktop wallet must be installed. Download at https://fistbump.org.
- First-time use: launch the desktop wallet at least once so it registers the extension's native messaging host with your browser.
The desktop wallet and this extension are open source.
0명이 0점으로 평가함
권한 및 데이터
필수 권한:
- Firefox 이외의 프로그램과 메시지 교환
- 모든 웹사이트에서 사용자의 데이터에 접근
데이터 수집:
- 개발자가 이 확장 기능은 데이터 수집이 필요하지 않다고 합니다.
추가 정보
- 부가 기능 링크
- 버전
- 0.2.0
- 크기
- 23.15 KB
- 마지막 업데이트
- 2달 전 (2026년 4월 15일)
- 관련 카테고리
- 라이선스
- MIT 라이선스
- 버전 목록
- 모음집에 추가