Documentation
Quickstart
A short path through NeuroLab from first open to a verified mindset.
In the product
- Open Discover — read a NeuroBlock’s ports and provenance.
- Open Compose — empty canvas; add sensor → block → actuator; fix checker errors.
- Compile and download (or shelve) the .synapse package.
- Simulate under Verify — watch the loop on the locked stack.
- When you have a receipt, run Verify replay and read each claim.
Local development
From the monorepo: npm install, then npm run dev:lab for NeuroLab on port 3000. Core determinism: npm run test:core and npm run test:protocol. Python packaging deps: pip install -r compiler/requirements.txt.
npm install
│
▼
npm run dev:lab ──▶ http://localhost:3000
│
├── Discover / Compose / Verify
└── optional .env.local for external services