Skip to main content

Crefy Connect

Crefy Connect is a wallet infrastructure layer designed to abstract away the complexity of key management, transaction execution, and chain-specific logic for developers and applications. It provides a secure, programmable, and chain-agnostic foundation for building wallets, smart accounts, and on-chain financial products without forcing teams to reinvent low-level primitives.

🚀 Get Started

Quick Start

Install Crefy Connect and integrate authentication in minutes.

Key Features

Installation

Install Crefy Connect from npm:
npm install crefy-connect
or
yarn add crefy-connect
or
pnpm add crefy-connect
or
bun add crefy-connect

Quick Example

import { CrefyConnectProvider, AuthModal } from "crefy-connect";

function App() {
  return (
    <CrefyConnectProvider
      appId="<YOUR_CREFY_ID>"
      chain="sepolia"
      loginMethods={["google", "wallet", "email"]}
    >
      <AuthModal />
    </CrefyConnectProvider>
  );
}

Use Cases

Crefy Connect is perfect for building:
  • Web3 Applications - Seamless wallet integration
  • Smart Accounts - Programmable wallet infrastructure
  • DeFi Products - On-chain financial applications
  • Enterprise Solutions - Secure, scalable wallet infrastructure
  • Consumer Apps - User-friendly blockchain experiences

Target Audience

  • Developers - Build faster with simplified wallet infrastructure
  • Businesses - Deploy secure, scalable wallet solutions
  • Institutions - Enterprise-grade key management and transaction execution

Community & Support

Need Help?

Get support from the community on GitHub Issues or join our Discord.