🚀
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
  • Wallet Connect in their own words
  • Initialization
  • Parameters description
  1. SDK
  2. Web3 Providers
  3. Initialize ProticoAuthCore

WalletConnect

PreviousMetaMaskNextWeb3Auth

Last updated 1 year ago

Wallet Connect in their own words

WalletConnect is the Web3 messaging layer and a standard to connect blockchain wallets to dapps. Our mission continues to expand the interoperability of the Web3 space by providing the best tooling and infrastructure for Wallets to deliver an outstanding user experience. WalletConnect v2 is chain agnostic and built to work with any blockchain of your choice. To read more in detail about the WalletConnect protocol, check out our .

Initialization

Let's now take a look at the WalletConnect's adapterConfigs:

const auth = new ProticoAuthCore({
       ...
        adapterConfigs: {
        ...
          [SUPPORTED_ADAPTERS.WALLET_CONNECT_V2]: {
            enable: true,
            projectId: xxx, 
          },
          ...
        },
      });

Parameters description

Parameter
Description
Optional

enable

Is WalletConnect enabled?

No

projectId

No

WalletConnect Project ID Visit to obtain your credentials.

📝
Technical specifications
WalletConnect