QovaQova docs
Reference

Tech Stack

Complete technology list for the Qova protocol.

LayerTechnologyVersion
RuntimeBun1.3+
ContractsSolidity + Foundry0.8.28
OracleChainlink CRE SDK1.1.2
SDKTypeScript + viem + Zod5.7+
APIHono on Bun4.7
DashboardNext.js + React15 / 19
DatabaseConvexReal-time
AuthClerk (SIWE)Latest
Walletwagmi + viemLatest
IdentityWorld IDLatest
StylingTailwind + shadcn/uiv4
IconsPhosphor IconsLatest
ChartsRechartsLatest
MonorepoTurborepoLatest
LintingBiomeLatest

Monorepo Structure

qova/
  contracts/      Solidity smart contracts (Foundry)
  sdk/            @brnmwai/qova-core TypeScript SDK
  api/            REST API (Hono + Bun)
  dashboard/      Next.js 15 dashboard
  cre/            Chainlink CRE workflows
  integrations/   Framework plugins
  docs/           Documentation (fumadocs)
  turbo.json      Turborepo config

Build Commands

CommandDescription
bun installInstall all dependencies
bun run buildBuild all packages
bun run testRun all tests
bun run checkLint and format (Biome)
cd contracts && forge testRun contract tests
cd cre && bun testRun CRE tests (90 tests)