What problem does it solve? Setting up the Zeus React Native Bitcoin/Lightning wallet from scratch involves a fragile multi-step postinstall chain (patches, rn-nodeify shims, native binary downloads, CocoaPods) where any skipped step causes cryptic build or boot failures. This Skill provides the verified runbook for recreating the environment and fixing toolchain errors. ## Core Features & Use Cases - Postinstall Chain Anatomy: Documents the four ordered steps (node_modules patching, rn-nodeify shims, fetch-libraries.sh binary downloads with SHA256 enforcement, pod-install) and what breaks when each is skipped. - Native Binary Management: Covers versioned downloads of Lndmobile.aar/xcframework, LDK Node, CDK, and zeus-cashu-restore artifacts pinned in fetch-libraries-versions.json, plus uniffi binding version-match rules. - Platform Wiring Reference: Explains Android manual package registration in MainApplication.kt, iOS xcframework search paths, vendored zeus_modules rules, and from-scratch bring-up checklists for both platforms. - Use Case: When yarn install fails with a checksum error or Xcode reports "framework 'Lndmobile' not found", use this Skill to identify which postinstall step failed and how to re-run it safely. ## Quick Start Ask the AI to walk you through setting up the Zeus dev environment from a fresh clone or to diagnose why yarn install is failing on the postinstall step.