Skip to main content

Scaffold

Provider Setup

The Solana Wallet Adapter uses @solana/wallet-adapter-react with Phantom and Solflare wallets, connected to Solana devnet.
components/Providers.tsx

Inco SDK Integration

The hook uses useWallet from the wallet adapter for signing transactions, and @inco/solana-sdk for client-side encryption:
hooks/useConfPool.ts

Dependencies