decasol-studio
v1.0.4
Published
Local Solana Program Testing Studio - A development environment for Solana programs
Maintainers
Readme
Decasol Starter (Bun) - Minimal
This is a starter monorepo for Decasol Studio:
- CLI (TypeScript)
- Server (Fastify + WebSocket)
- Studio (Next.js + Tailwind + shadcn)
Requirements
- Bun installed.
Install
From repo root:
bun installRun (development)
Open three terminals, or run these commands separately:
Terminal 1 — Server:
cd server
bun run devTerminal 2 — Studio (frontend):
cd studio
bun run dev
# open http://localhost:5173Terminal 3 — CLI (optional):
cd cli
bun run dev
# then run: node src/index.ts start
# or run the script directly to spawn server + studioNotes:
- CLI is a simple starter that spawns server + studio in development mode.
- No Docker or solana-test-validator included.
- The frontend uses shadcn UI scaffolding placeholders and Tailwind config included.
