Testing Guide
Learn how to test your wallet operations on Spark
Testing Spark <> L1 transfers
To interact with Spark on mainnet, you can use existing Bitcoin tools like the Mempool Explorer to track your transactions. As much as we’d love to hand out free BTC (maybe one day), you’ll need to fund your wallet with your own for now.
Testing Spark <> Lightning
You can test send/receive Lightning payments to/from any Lightning-compatible wallet or exchange. Here are some popular options:
Works both ways — try it.
Using our demo app
We built a simple React demo app to help you explore how wallet interactions work with Spark — no backend required, and no blockchain wizardry needed to get started.
Open http://localhost:3000 in your browser after starting the development server.
The app supports hot-reloading, shows real-time wallet interactions, and is a good starting point if you’re integrating Spark into your own product. The demo is available here