Skip to content

Moon

Moon simplifies onboarding to Web3 apps by allowing users to authenticate with their existing social accounts (Google, Twitter, Instagram, etc.), making it accessible to those new to blockchain technology. Experienced users have the option to use their existing EVM wallets for authentication. Additionally, mobile users can benefit from Passkey, a highly secure, hardware-based authentication method.

Features

  • Multi-chain Compatibility: Interact with numerous blockchains through a single, unified interface.

  • Comprehensive DeFi Support: From lending and borrowing to yield farming, we’ve got you covered.

  • SDKs Compatibility: SDK targeting multiple platforms and languages (ex: Unity, Java, Python, etc).

Quickstart

  1. Run the command to create a Next.js project with the moon package:

    Terminal window
    npx @moonup/create@latest
  2. Install dependencies:

    Terminal window
    npm install
  3. Run the application locally:

    Terminal window
    npm run dev