Quick Start
Get Crefy Connect integrated into your application in just a few steps.Installation
Install Crefy Connect from npm:🪪 Get Your Crefy Connect App ID
Before integrating Crefy Connect, you’ll need an App ID - this uniquely identifies your project when connecting users and managing authentication.1
Visit Crefy Connect Dashboard
Visit Crefy Connect Dashboard to get started.
2
Sign Up or Sign In
Create a new account or sign in to your existing account.
3
Create New Application
Click on “Create New Application” in your dashboard.
4
Fill Application Details
Fill in your application details (name, description, etc.).
5
Copy Your App ID
Once created, copy your App ID - you’ll use it inside the
CrefyConnectProvider.Usage
1️⃣ Vite.js + TypeScript
main.tsx2️⃣ Next.js 13+ (App Router)
app/layout.tsxNext Steps
CrefyConnectProvider
Learn about provider configuration and props.
AuthModal
Customize the authentication modal component.
useCrefy Hook
Access authentication state and user details.
Send Transactions
Send ETH and interact with the blockchain.
Need help? Check our GitHub Issues or join our Discord.
