Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.2 KB

File metadata and controls

36 lines (22 loc) · 1.2 KB

Gorbag Wallet Adapter Base

npm license

Base classes and utilities for creating Gorbag-compatible wallet adapters that follow the Solana wallet standard.

Installation

npm install @gorbag/wallet-adapter-base

Overview

This 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.

Features

  • Base wallet adapter classes
  • Standard error classes for wallet operations
  • Transaction utilities (legacy and versioned transactions)
  • Detection strategies
  • iOS redirection helpers

Usage

This package is intended to be used as a dependency for wallet adapter implementations, including the main @gorbag/wallet-adapter package.

License

Apache 2.0 - See LICENSE for details.

Author

David Nzube (Skipp)