Section C · Integration · Free
C1. SDK Setup Walkthrough
What this does
Guide an operator through their first SDK installation, given their target chain and their operating system. Conversational; meant to be run interactively.
What to expect back
Step-by-step instructions with command blocks.
Works with
No tools. This one is pure thinking, and works before you connect anything.
The prompt
Inputs
- TARGET_CHAIN — `litecoin-testnet` etc.
- OPERATOR_OS — `macos` | `linux` | `wsl`
- NODE_VERSION_INSTALLED — output of `node --version`
C · Integration