Comprehensive step-by-step walkthroughs for building production applications with the ts-stack. Guides use current public APIs, runnable examples, and explicit operational assumptions.
Create a TypeScript application that integrates BRC-100 wallets for transaction creation, signing, and broadcasting. Learn wallet initialization, UTXO management, transaction monitoring, and SDK integration.
Time: ~20 minutes | Level: Intermediate
Deploy a production-ready overlay service that indexes and queries PushDrop data. Configure topic managers, set up MongoDB storage, enable GASP sync, and advertise via SHIP/SLAP for peer discovery.
Time: ~30 minutes | Level: Intermediate
Build authenticated, encrypted messaging between peers using BRC-103 mutual authentication. Choose between store-and-forward HTTP (MessageBox) or real-time WebSocket (Authsocket) transport.
Time: ~25 minutes | Level: Intermediate
Monetize your API with Bitcoin SV micropayments using HTTP 402 Payment Required. Build a payment-gated Express server and an auto-paying client that transparently handles payment challenges.
Time: ~25 minutes | Level: Intermediate
See how SDK, identity, messaging, middleware, Overlay, wallet, network, and WASM packages compose in strict TypeScript. CI compiles these examples against the exact packed workspace artifacts.
Time: ~10 minutes | Level: Intermediate
New to ts-stack? Start with Get Started.
Need a spec? Check Specifications.
Looking for a package? Browse Packages.
Want to implement a protocol? See Conformance Testing.
Looking for infrastructure examples? Check Infrastructure Components.