Skip to content

Reference shelf

This site is curated. The Yano X repository holds several exhaustive documents that are deliberately not duplicated here, because a second copy would diverge from the code within a release.

They are linked below, and they are the authority whenever this site and the repository disagree.

DocumentSizeWhat it covers
App-chain user guide~113 KBThe exhaustive reference: configuration, REST API, anchoring, custom app chains, multi-chain nodes, standard state machines, SSE/webhook/Kafka consumption, typed messages, security, compliance, operations, queries, client libraries, ZK, effects, troubleshooting, and current limitations.
App-chain overview~21 KBThe 10–15 minute architecture read, plus an editable presentation deck.
Consensus and host internalsThe consensus round check by check, vote locks, rotation math, catch-up and restart semantics, plugin query and domain API contract.
App-chain tutorial~22 KBRun a cluster and build a custom state machine end to end.
Use-case catalogue~19 KBWorked application patterns and their starting points.
DocumentWhat it covers
Domain actors and role-aware approvalsGoverned organizations, actor and key revisions, role policies, and organization-distinct quorums.
Profile governance runbookPackaging, authorizing, and activating a composite profile epoch.
Composable state and proofsReusing stock transitions and verifying portable proofs.
Proof LabMessage, typed-state, imported, and on-chain proof workflows; independent-verifier and Cardano-validator guides.
Authenticated snapshotsArchiving and proving large immutable period datasets.
DocumentWhat it covers
Capability catalogThe release capability and recipe catalog in the repository.
Optional connectorsPer-connector installation, configuration, and security profiles.
Release acceptanceAcceptance scenarios and schema status.
Cardano HistoryThe full product guide and route reference.
DocumentWhat it covers
Build and testEvery build task and verification gate.
Build distributionsDistribution inputs, outputs, and the artifact API prefix.
Cluster launcherPer-node overlays, chain definitions, membership, load and soak tests.
Evidence chain demoThe complete scripted evidence scenario and its acceptance checks.
Showcase demoOperating the unified showcase distribution.
Developer toolsThe offline engine behind yano.sh appchain.
App-Chain StudioThe blueprint builder, hosted here.
DocumentWhat it covers
eUTxO product familyThe virtual ledger, profiles, and genesis.
eUTxO demosThe disposable three-scenario quick start.
Indexer operationsLifecycle API, SQLite, recovery, metrics.
ZK getting startedStatus and module verification.
ZK devnet walkthroughDeposit, L2 transaction, proof, settlement, withdrawal.

Architecture decision records live in the adr/ directory of the repository. They are point-in-time decisions rather than documentation — several are explicitly marked pre-split evidence — so they are deliberately not published here. Read them in the repository when you need the rationale behind a contract; trust this site and the code for current behaviour.

Yano itself lives at github.com/bloxbean/yano and owns the node, consensus, proofs, anchoring, the effect runtime, the plugin SPI, and ordered-log. Host-contract questions belong there.