hyperstack-build
Building Hyperstack Stacks
A stack watches Solana programs and maps on-chain state into structured, streamable entities. The workflow is: explore the IDL, understand what the user needs, write the Rust definition, build, deploy.
1. Prerequisites
Required: Rust toolchain, Hyperstack CLI (hs), an IDL JSON file. Run once:
OS="$(uname -s 2>/dev/null || echo Windows)"
More from usehyperstack/skills
hyperstack
Build with Hyperstack, real-time Solana data streaming. Covers consuming existing streams and building custom stacks. Use when the user mentions Hyperstack, real-time Solana data, on-chain streaming, ORE mining, or wants to consume/build data stacks.
14hyperstack-consume
Consume Hyperstack streams using TypeScript, React, or Rust SDKs. Covers connecting to stacks, subscribing to views, handling real-time updates, and using typed entity data. Use when the user wants to read or stream Solana data from deployed Hyperstack stacks.
11