CToken PlaygroundBase Sepolia
<ConfidentialWallet />
Popup wallet with portfolio, shield, unshield, send, and activity.

Connect a wallet

import { ConfidentialWallet } from "@inco/ctoken/ui";
import "@inco/ctoken/ui/styles.css";

export function Demo() {
  return (
    <ConfidentialWallet />
  );
}