🚀
ProticoSDK
  • 👋Welcome to Protico
  • Overview
    • 💡What we do
    • ✨Our Features
  • SDK
    • 🛠️Getting started
    • 📝Web3 Providers
      • Use existing provider
      • Initialize ProticoAuthCore
        • MetaMask
        • WalletConnect
        • Web3Auth
      • Login
      • Full example
    • 🧑Interact with Ceramic
      • Setting up Ceramic
      • 👤Profile
      • 🤝Contacts
    • Use Protico APIs
      • ⚙️Settings
      • 📋Whiteboard
      • 🗒️Announcement
      • ▪️Blocklist
    • 🔑User Keys
      • Encryption / Decryption
    • Considerations
      • Protico API Key
      • Rate Limiting
Powered by GitBook
On this page
  • Initialization
  • Parameters description
  1. SDK
  2. Web3 Providers
  3. Initialize ProticoAuthCore

MetaMask

Initialization

Let's take a look at the Metamask's adapterConfigs:

const auth = new ProticoAuthCore({
       ...
        adapterConfigs: {
          [SUPPORTED_ADAPTERS.METAMASK]: { enabled:true }, 
          ...
        },
      });

Parameters description

Parameter
Description
Optional

enabled

Is Metamask enabled?

No

This will also work with other non-custodial wallets that use the same provider as

PreviousInitialize ProticoAuthCoreNextWalletConnect

Last updated 1 year ago

📝