devdocs.educhain.xyz
  • Getting Started
  • EDUChain
    • What is EDUChain?
    • Arbitrum Orbit Overview
    • How to Run a Full Node for an Orbit Chain
    • Block Explorer
  • Start Building
    • Quick Start
    • Faucet
    • Asset Bridging
    • Smart Contracts
      • Write a Contract
      • Deploy Using Hardhat
      • Verify Contracts
    • Open Campus ID Connect SDK
    • Open Campus Achievements
      • Introduction
      • Getting Started
      • Integration Guide
      • API Specifications
      • Appendix
  • Services
    • Automation & Off-chain Data
      • Gelato Web3 Functions
    • Bridges
      • Layer Zero
    • Indexers
      • Goldsky
    • Oracles
      • DIA
    • Relay
      • Gelato Relay
    • Wallets
      • Privy
      • Web3Auth
  • Support Resources
    • Community Forum
    • Developer Support
  • FAQ
    • FAQ
Powered by GitBook
On this page
Export as PDF
  1. Services
  2. Wallets

Web3Auth

PreviousPrivyNextCommunity Forum

Web3Auth is a pluggable wallet infrastructure for Web3 wallets and applications. It streamlines the onboarding of both mainstream and crypto native users in under a minute by providing experiences that they're most comfortable with. With support for all OAuth-based login systems, web & mobile native platforms, Web3Auth provides a seamless onboarding experience for your users

You can follow a quick start guide

In order to use Web3Auth on Open Campus testnet we will need to adap the network config file to

const  chainConfig: {
    chainNamespace: "eip155", 
    chainId: "0xA045C",// Cahin Id 656476 in hex
    rpcTarget: "https://rpc.open-campus-codex.gelato.digital",
    displayName: "Open Campus Codex",
    blockExplorer: "https://opencampus-codex.blockscout.com/",
    ticker: "EDU",
    tickerName: "EDU",
  },
here