Skip to main content
The SparkWallet class is the primary interface for interacting with the Spark network, providing everything you need to build wallet applications on Bitcoin. It includes methods for creating and managing wallets, handling deposits and withdrawals, executing transfers, and interacting with the Lightning Network.

Installation

Install the Spark SDK packages using your package manager of choice.
npm install @buildonspark/spark-sdk

Method Categories