Corner Store is a compliance-aware multi-venue execution system for tokenized assets. It separates token/identity enforcement, versioned compliance policy, execution routing, and venue-specific settlement across AMM, RFQ, and future Order Book adapters.
The repository currently contains the architecture and development plan, a vendored Uniswap v3 deployment tool, and the initial Foundry project scaffold. Product Solidity contracts are not implemented yet.
docs/README.md: documentation map and source-of-truth rulesdocs/MVP-v2-multi-venue.md: current product scopedocs/architecture/README.md: responsibility boundariesdocs/ROADMAP.md: implementation phases and completion criteriatools/deploy-v3/UPSTREAM.md: vendored upstream provenance
The product contracts use Foundry. The template Counter files remain only
until Roadmap Phase 0 replaces them with the product structure and fixtures.
forge buildforge testforge fmtanvilThe vendored Uniswap deployment tool has its own commands and scope:
cd tools/deploy-v3
yarn testRead
tools/deploy-v3/CORNER_STORE_PROFILE.md
before changing the deployment profile.