Installation
Set up the CLI and SDKs for your project.
Hyperstack is data infrastructure as code for Solana. Define a schema that connects your onchain accounts and we create the backend infrastructure for you.
We handle:
function TokenList() { const stack = useHyperstack(MY_PROGRAM_STACK); const { data: tokens } = stack.views.tokens.list.use();
return tokens?.map(token => <TokenCard key={token.mint} {...token} />);}Installation
Set up the CLI and SDKs for your project.
React Quickstart
Build your first real-time app in 5 minutes.
How It Works
Understand the architecture and key concepts.
CLI Commands
Full reference for the Hyperstack CLI.