Skip to content

Repository files navigation

Documentation

This folder contains the Mintlify docs site for Cloak platform, SDK, programs, services, circuits, and bots.

Local development

  1. Install Mintlify CLI:
npm i -g mint
  1. Start docs preview from this folder:
mint dev
  1. Open the preview URL printed by mint dev.

Structure

  • guide/ user-facing guide (what-is-cloak, flows, custody, fees, security, compliance, FAQ)
  • learn/ plain-language explainers (privacy, zero-knowledge, proof of funds)
  • sdk/ SDK guides and API references
  • platform/ architecture components and transaction flows
  • protocol/ on-chain architecture and Shield Pool docs
  • architecture/ viewing-key and compliance model docs
  • services/ relay API docs
  • packages/ circuit pipeline docs
  • ai-tools/ IDE/assistant setup pages
  • llms.txt top-level AI index and route map
  • llms-full.txt single-file AI context pack
  • .well-known/llms.txt compatibility alias for AI tooling

Source of truth

When updating docs, prioritize these sources:

  • SDK exports: sdk/src/index.ts
  • SDK runtime behavior: sdk/src/core/*, sdk/src/utils/*
  • Program behavior: programs/shield-pool/src/*
  • Relay routes/payloads: services/relay/src/main.rs, services/relay/src/api/*
  • Relay sync behavior: services/relay/src/commitment_sync.rs
  • Circuits/build flow: packages/circuits/*, packages/justfile, packages/scripts/*

Notes

  • Keep program IDs and fee constants aligned across SDK/program/relay docs.
  • Prefer documenting implemented behavior over planned behavior.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages

Generated from mintlify/starter