RAIRprotocol
  • 💎Welcome to RAIR
  • 💴Whitepaper (draft)
    • Start
      • History
      • Licensing
      • Codebase
      • Onboarding
      • Mechanics
        • Burn Model
        • Earn Model
      • Governance (DAORM)
  • ↔️Integrations
    • Core Technologies
      • Guides
        • Alchemy
        • GCP Cloud Storage
        • Web3Auth
    • Blockchains
  • 👩‍💻CODEBASE
    • RAIRsolidity
      • Soneium (Minato)
      • Core DAO
      • All Contract Addresses
      • Transfer functions
    • RAIRdapp
      • RAIRfrontend
        • Proxy Settings for Default Frontend
        • Frontend Variables Library
      • RAIRnode
        • Permissions and Access Controls
        • Backend Variables Library
      • RAIRsync
        • Integrating New EVMs
      • RAIRstream
      • RAIRinfra
    • RAIR API
      • Endpoints
        • Auth
          • Get challenge
          • Login
          • Logout
          • Me
          • Unlock
          • Stream
            • Out
        • Analytics
          • Csv
        • Contracts
          • FactoryList
          • Full
          • Import
          • My
          • Network
            • Products
              • Offers
        • Credits
          • Withdraw
        • Favorites
        • Files
          • ById
          • ByCategory
          • Categories
          • ForToken
          • Unlocks
          • List
          • Remove
          • Update
        • Nft
          • Network
            • Attributes
            • Files
            • Locks
            • Offers
            • Token
              • Pinning
          • PinningMultiple
          • Csv
            • Sample
        • Offers
          • /
        • Products
          • /
          • User
        • Resales
          • Create
          • Delete
          • Open
          • Purchase
          • Update
        • Search
          • All
        • Settings
          • Featured
          • Theme
          • AppLogo
        • Tokens
          • /
          • TokenNumbers
        • Transaction
        • Upload
          • File
          • Validate
        • Users
          • /
          • Export
          • List
          • Yoti verify
      • Specification
    • A Note on Documentation
  • ⚙️Installation and Testing
    • Getting Started
      • Welcome to New Web3 Devs!
      • RAIRlite (Single VM)
        • Windows WSL Installation
        • MVP Test Plan
        • https configuration
      • RAIRcloud (Cloud Enabled)
        • Cloud Test Plan
  • 🛟End User Guides
    • User Functionality
      • How to login
      • Buy your first NFT
      • Put items up for sale
      • Watch Content
    • Admin Functionality
      • Deploying NFT contracts
      • Managing Metadata
      • Managing Media
      • Managing Marketplace
      • Managing Users
      • Importing External Contracts
Powered by GitBook
On this page
  • Integration Steps
  • Default Frontend

Was this helpful?

  1. Integrations
  2. Core Technologies
  3. Guides

Web3Auth

Preferred RAIRprotocol Wallet-as-a-Service provider

PreviousGCP Cloud StorageNextBlockchains

Last updated 1 year ago

Was this helpful?

Web3Auth securely manages ERC4337 smart account wallets on behalf of your users with this simple integration.

Web3Auth is the default WaaS provider for RAIRprotocol. We really like the simple setup, reliability, and low cost (<$.05 per MAW and free up to 1000 MAW). If you'd like to add support for other WaaS we'd love for you to fork our repo!

Integration Steps

  1. Create a .

  2. Make sure you also have a valid Alchemy API key (to use Account Kit)

  3. Insert Web3Auth API key into at build time.

VITE_WEB3AUTH_CLIENT_ID=<API-KEY>

Manage users accounts easily inside of Web3Auth!

Default Frontend

All Frontend work for the Marketplace is prebuilt using the over-the-shelf Web3Auth UI.

Frontend should look like this. Settings to enable and disable certain login providers are all handled on Web3Auth side in their dashboard.

Want to integrate with Web3Auth headlessly? Feel free to modify and extend our codebase!

↔️
free Web3Auth account here
this environment variable