Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down