From 835c659948cbfa784594ac50d130797dd636fcfb Mon Sep 17 00:00:00 2001 From: ayushsingh82 Date: Fri, 7 Aug 2026 12:05:58 +0530 Subject: [PATCH] docs: add app-kit-transfer-widget to README examples list The app-kit-transfer-widget example exists in the repo (React + Vite USDC send/bridge widget using App Kit) but was missing from the root README's Examples section, unlike the other three App Kit examples. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 0edfa12..a9126fe 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,15 @@ adapter. Connects to any EIP-6963 browser wallet (e.g., MetaMask). Run with `npm install && npm run dev`. +### [`app-kit-transfer-widget`](./app-kit-transfer-widget) + +React + Vite widget that lets a connected wallet send USDC same-chain or +bridge it crosschain using [App Kit](https://www.npmjs.com/package/@circle-fin/app-kit)'s +`send()`, `bridge()`, and `retryBridge()`. Connects to EIP-6963 EVM wallets +and Solana browser wallets. No environment variables or API keys required. + +Run with `npm install && npm run dev`. + ### [`entity-secret-setup`](./entity-secret-setup) Node.js script that generates a new entity secret, registers it with Circle,