A secure browser extension for the BitShares blockchain. Manage assets, sign all 78 operation types, and connect to dApps.
A full-featured wallet for the BitShares ecosystem
Create or import wallets with brainkey, WIF private keys, or account credentials. Your keys are encrypted with AES-256-GCM and never leave your device.
View all your BitShares assets with real-time balances and USD values. Full transaction history with filtering by type.
Send any BitShares asset with account validation, fee calculation, and optional encrypted memos. Share your account via QR code.
Connect to BitShares dApps and sign transactions securely. BeetEOS-compatible API with event-based communication.
The only browser extension that signs every BitShares operation: transfers, DEX orders, liquidity pools, HTLC contracts, custom authorities, SameT funds, credit offers, governance votes, and more. Every operation renders a human-readable confirmation dialog with clearly labeled fields before you approve — no raw hex, no guessing.
Clean, intuitive interface designed for BitShares
Create or import your wallet
Your assets at a glance
Transfer assets with ease
Liquidity pool exchange
Full transaction log
Customize your wallet
BitShares is one of the fastest blockchains ever built — powered by the Graphene engine with 1.5-second block times and over 3,300 transactions per second, rivaling Visa and Mastercard combined. Running at industrial scale since 2015 with no downtime, no congestion, and fees that cost fractions of a cent.
It features the world's first on-chain decentralized exchange (DEX), SmartCoins backed by on-chain collateral, custom token minting, human-readable account names, multi-signature permissions, liquidity pools, and recurring payments — all governed transparently through Delegated Proof of Stake.
This wallet is your gateway to that ecosystem. It's the only browser extension that covers all 78 BitShares operation types with human-readable signing confirmations — install it, connect your dApp through the browser API, and start building on a blockchain that's proven, performant, and truly decentralized.
Available for all major browsers
Not yet on the Web Store — load it manually in under a minute
Go to the Releases page and download the latest .zip for your browser (chrome or firefox). Unzip it anywhere on your computer.
Chrome / Brave: navigate to chrome://extensions and enable Developer mode in the top-right corner.
Firefox: navigate to about:debugging#/runtime/this-firefox and click Load Temporary Add-on.
Chrome / Brave: click Load unpacked and select the unzipped folder.
Firefox: click Load Temporary Add-on and select the manifest.json file inside the unzipped folder. The wallet icon will appear in your toolbar.
Permanent Firefox installation: go to GitHub and follow the build instructions to generate a signed .xpi.
Every BitShares operation is supported with a human-readable confirmation dialog
* Virtual operations produced by the blockchain; displayed in history but not user-initiated.
Your keys, your crypto. Always.
Military-grade encryption with PBKDF2 key derivation protects your private keys
Keys never leave your device. No servers, no third parties, no tracking
Configurable auto-lock timer protects your wallet when you step away
Fully auditable codebase. Verify every line of code on GitHub
Common questions before you install
window.bitsharesWallet object that is API-compatible with the BeetEOS browser API. Any dApp that checks for that object can call connect() and signTransaction() without modification. Beet itself is a desktop-only application and does not work as a browser extension.Integrate all 78 BitShares operations into your dApp in minutes — full API reference in the README
// Detect the wallet if (window.bitsharesWallet) { // Connect β returns account + balances const { account, balances } = await window.bitsharesWallet.connect(); console.log('Connected:', account.name, balances); // Sign & broadcast any of the 78 BitShares operation types // Fees filled automatically; user sees a readable confirmation dialog const { success, result } = await window.bitsharesWallet.signTransaction({ operations: [[0, { from: account.id, to: '1.2.xxxxx', amount: { amount: 100000, asset_id: '1.3.0' } }]] }); if (success) console.log('Broadcast OK', result); // Listen for wallet events window.bitsharesWallet.on('accountChanged', (acct) => { console.log('Switched to:', acct.name); }); }
Download the extension and start using BitShares in your browser.
Free, open-source, and built with passion. If it saves you time and helps you build or trade on BitShares, consider buying a beer.
Send any amount to BitShares account:
buy-me-a-beer
Install the BitShares Wallet extension to send directly from this page.