Skip to content

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

  1. Run the following command:

    Terminal window
    npx make-scoped-magic-app
  2. Head to Magic Dashboard and get an API Key

  3. Import the library and start using it:

    import { Magic as MagicBase } from 'magic-sdk';