Build Smarter. Connect Faster.

Wallet integration, credential management, and secure API access made effortless.

Integrate With Ease

Our developer-friendly tools and clear documentation make integrating Crefy Connect a breeze.

Example Code

example.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
// CrefyProvider.tsx
"use client"
import { CrefyProvider, type SocialLogins } from "crefy-connect";
import "../../node_modules/crefy-connect/dist/index.css";

const socialLogins: SocialLogins = {
    google: true,
    email: true,
    phone: true,
};

const config = {
    socialLogins,
    crefyId: "11fc7...e625170567...2ce42059db22c389...4",
};

export default function ProviderLayout({
    children,
    }: Readonly<{
    children: React.ReactNode;
    }>) {
    return (
        <html lang="en">
        
            <CrefyProvider config={config}>
            {children}
            </CrefyProvider>
        </html>
    );
}
Response Preview
 
Live response from API endpoint

How It Works

A simple, step-by-step guide to integrating and utilizing Crefy Connect's powerful identity infrastructure.

Connect Your Wallet
1

Connect Your Wallet

Easily link your preferred Web3 wallet to start interacting with the Crefy Connect platform in seconds.

Issue & Store Credentials
2

Issue & Store Credentials

Securely generate, issue, and manage verifiable credentials for users or applications.

Access & Verify APIs
3

Access & Verify APIs

Utilize our robust API endpoints to verify credentials, manage identities, and build secure workflows.

Manage Sessions & Permissions
4

Manage Sessions & Permissions

Control access, manage user sessions, and define granular permissions for your applications.

Start Building in Minutes

Ready to revolutionize identity management in your applications? Join our developer community or see Crefy Connect in action.

Join Developer Hub

Get exclusive access to resources, support, and early releases of new features.

Get Started

Watch Demo

See Crefy Connect in action with our comprehensive product demo.

Play Demo

Documentation

Access comprehensive guides, API references and code samples.

Read Docs