Magic
Magic is a developer SDK that integrates with your application to enable passwordless Web3 onboarding and authentication using magic links.
Features
- Passwordless Login: Allows users to sign in and create wallets with email-based authentication.
- Simplified Onboarding: Eliminates the need for private key management, streamlining the user experience.
Quickstart
-
Run the following command:
Terminal window npx make-scoped-magic-appTerminal window npm install magic-sdk -
Head to Magic Dashboard and get an API Key
-
Import the library and start using it:
import { Magic as MagicBase } from 'magic-sdk';