From 162b7b9d08cad531e9d04f19ead87085adfec25c Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 7 Jul 2026 15:58:13 +0000 Subject: [PATCH] docs: list the Quasar order-book port in the root README The Order Book example now links to both the Anchor and Quasar builds, matching how the other examples list their available frameworks. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_016ATxCcgrZxaL5dMZSyWj1K --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 02f94fa4..fff6feef 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ A borrow/lend market like Solend or Kamino: suppliers deposit a token and receiv A typical NYSE/NASDAQ-style order book-based exchange. Buyers post **bids** (the price they'll pay), sellers post **asks** (the price they'll accept), and a trade happens when a bid and an ask meet. The exchange operator collects fees from trading. Similar to popular Solana exchanges like Openbook and Phoenix. -[⚓ Anchor](./finance/order-book/anchor) +[⚓ Anchor](./finance/order-book/anchor) [💫 Quasar](./finance/order-book/quasar) 🎬 Video: [![How to make a crypto exchange on Solana](https://img.youtube.com/vi/ioFkpaKHXgg/0.jpg)](https://www.youtube.com/watch?v=ioFkpaKHXgg)