Base classes and utilities for creating Gorbag-compatible wallet adapters that follow the Solana wallet standard.
npm install @gorbag/wallet-adapter-baseThis package contains the foundational classes and utilities needed to create wallet adapters compatible with the Solana wallet standard. It provides base classes that wallet adapters can extend, error classes, and utility functions used across the Gorbag wallet ecosystem.
- Base wallet adapter classes
- Standard error classes for wallet operations
- Transaction utilities (legacy and versioned transactions)
- Detection strategies
- iOS redirection helpers
This package is intended to be used as a dependency for wallet adapter implementations, including the main @gorbag/wallet-adapter package.
Apache 2.0 - See LICENSE for details.
David Nzube (Skipp)