Skip to content

Latest commit

Β 

History

History
28 lines (20 loc) Β· 1.08 KB

File metadata and controls

28 lines (20 loc) Β· 1.08 KB

πŸŽ“ Trident Tutorials

← Documentation Index

Learning-oriented. Each tutorial builds a working application step-by-step so you learn by doing.


The Builder's Journey

Six chapters that build one complete private application, from a four-line proof to a sovereign DAO.

# Document You Build
1 Prove a Secret A hash-locked proof β€” the primitive behind everything else
2 Build a Coin A private token with pay, mint, and burn
3 Build a Name Service An ENS-like registry of unique assets
4 Build a Liquidity Strategy A constant-product AMM for TIDE
5 Auction Names with Hidden Bids A Vickrey auction β€” sealed bids, honest pricing
6 Upgrade to a DAO Private coin-weighted voting that governs the name service

Foundations

Document Description
Tutorial Language walkthrough β€” types, functions, modules, inline asm