Crefy Connect API Reference
Crefy Connect provides a comprehensive set of React components and hooks for building wallet-enabled applications. Our APIs are designed to be type-safe, chain-agnostic, and developer-friendly.Available APIs
CrefyConnectProvider
Root provider component for configuring Crefy Connect in your app.
AuthModal
Pre-built authentication modal component with multiple login methods.
useCrefy Hook
Access authentication state, user details, and wallet information.
useSendEth Hook
Send native ETH transactions on supported chains.
SDK Overview
Crefy Connect provides React components and hooks for seamless integration:TypeScript Support
All APIs are fully typed with TypeScript. Available types include:CrefyConnectProviderProps- Provider configurationCrefyUser- Authenticated user informationWalletInfo- Wallet address and chain detailsSendEthParams- Transaction parameters- And many more…
Type Safety: Crefy Connect is designed with TypeScript first, ensuring type safety across all operations.
