Skip to content

Examples

Explore IC Reactor through live, interactive examples. Each example can be opened in StackBlitz for hands-on experimentation.

Terminal window
git clone https://github.com/b3pay/ic-reactor.git
cd ic-reactor-v3
# Install dependencies
pnpm install
# Build packages first
pnpm build
# Run a specific example
cd examples/query-demo
pnpm dev