Build with Intuition

A ten-step builder path from read-only discovery to a simulated Testnet app—without connecting a wallet or broadcasting a transaction.

Back to the syllabus

Basic React and TypeScript familiarity is useful. Protocol concepts are introduced in the Learn track and full API details remain in Docs.

Testnet · read-only discovery · simulated writes

No wallet connection, signature request, RPC write, or transaction broadcast occurs here.

tTRUST · chain 13579
Step 1 of 10: Scaffold the starter

01 · Discover

Skill installation and graph-shaped ideas

02 · Build

SDK setup and read-before-write modeling

03 · Signal

Simulated atom, triple, vault, and app state

Discover · Step 1
Shell command

Scaffold the starter

Create a plain React and TypeScript app so the graph model stays visible.

Shell command

npm create vite@latest first-intuition-app -- --template react-ts
cd first-intuition-app

Generated file · Generated project

first-intuition-app/
  src/
    App.tsx
    lib/
      intuition.ts
      first-claim.ts
  package.json

Read-only output

Created first-intuition-app
Template: react-ts
No protocol or wallet code has run.

Checkpoint

You have a small local shell with dedicated files for network setup and the first claim.

Open Testnet explorer