Extension types
Signers
Signer extensions enable transaction signing using different wallet providers. Each signer integrates with a specific wallet or service, allowing users to sign transactions securely without exposing their private keys to your application.Beekeeper
In-browser wallet integration for secure key management and transaction signing.
Keychain
Browser extension wallet integration for easy Web3 authentication.
MetaMask
MetaMask Snap integration bringing Hive to the popular Ethereum wallet.
PeakVault
PeakD’s secure wallet extension for Hive transactions.
API definitions
API definition packages provide typed interfaces for interacting with various Hive network services. These packages keep the core WAX library lightweight while allowing you to add only the API definitions you need.API definitions
Learn about available API packages and how to use them.
Why use extensions?
Extensions provide several benefits:- Modularity: Install only what you need, keeping your bundle size small
- Type safety: Full TypeScript support with autocompletion
- Security: Users sign transactions with their preferred wallet
- Flexibility: Easy to switch between different signing providers
- Maintainability: Separate versioning and updates for each extension
Choosing a signer
The right signer depends on your use case:- Beekeeper: Best for applications needing in-browser key storage with local session management
- Keychain: Ideal for web applications targeting users who already have Keychain installed
- MetaMask: Perfect for bridging Ethereum and Hive ecosystems
- PeakVault: Great for PeakD users and applications in the Peak ecosystem