Getting Started
Get Started with Wallets
Learn how to build wallet applications on Spark during the hackathon
Welcome to the Spark hackathon! This guide will help you get started with building wallet applications on Spark.
First check out the Spark Wallet SDK to get started.
Spark Wallet SDK
The Spark Wallet SDK is a TypeScript library that allows you to build wallet applications on Spark. We currently support both Regtest and Mainnet. More languages such as rust, swift, kotlin etc are coming soon!
Testing Guide
Be sure to read our Testing Guide before you jump in.
Dive into the Quick Start
Link to the Spark Wallet SDK Quick Start: Spark Wallet SDK Quick Start
Important links:
- https://regtest-mempool.dev.dev.sparkinfra.net/faucet
- Username:
hackathon
- Password:
MakeBitcoinMoneyAgain
- Username:
- https://mempool.space/
- Our SDK repo: https://github.com/buildonspark/spark-sdk
- Examples are available in the repo: https://github.com/buildonspark/spark-sdk/tree/develop/sdks/js/examples/nodejs-scripts
- Note that we have a command line tool for lightning payments in the repo: https://github.com/buildonspark/spark-sdk/tree/develop/tools/paylightning more instructions in the Testing Guide