🚀
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
  1. SDK

Web3 Providers

To interact with Ceramic and create your users' decentralized identity, you need to setup a provider to interact with EVM chains.

Tip: This is an optional step, if you're already using an EVM provider within your App, you can move to the Interact with Ceramic section.

Providers creation helpers

You can use our SDK to create a Web3 Provider using one of these three products.

Provider
Usage

Metamask

Your users can interact with EVM through Metamask or other non-custodial wallets

WalletConnect

Using WalletConnect, your users can connect to many different wallets, including on different devices

Web3Auth

Web3 interactions made easy for your Web2 users

PreviousGetting startedNextUse existing provider

Last updated 1 year ago

📝