For the complete documentation index, see llms.txt
Bulletin board tutorial
Build a privacy-preserving bulletin board DApp. Users post and remove messages while ZK proofs protect poster identity on-chain.
Bulletin board contract
Write a Compact contract with private state, ZK identity proofs, and cryptographic access control for message management.
Bulletin board CLI
Build a CLI that deploys the contract, manages wallets, and lets users post and remove messages interactively.
API implementation
Create a reusable API layer for contract deployment, state management, and transaction submission.
CLI implementation
Implement wallet management, DUST generation, and the interactive command-line interface.