Cascade is a dollar-denominated prediction market product built on Nostr plus a custom Cashu mint. Markets are perpetual, trading is LMSR-priced, and the normal product language is funding, minting, withdrawing, and exiting positions.
web/— active Svelte 5 + SvelteKit frontendmint/— Rust mint workspace and deployment assetsdocs/— canonical product, design, technical, business, and planning docs
Frontend:
cd web
bun install
bun run devMint:
cd mint
cargo buildThe repo root is for shared docs, planning, and agent instructions. It is not an application runtime.