Byzanlink
DashboardContact Us
  • Getting Started
    • Introduction
  • ACCOUNT ABSTRACTION
    • Quick Start
    • Smart Account
      • Chains Supported
      • Integration
      • Methods
      • Signers
        • Byzanlink Auth
    • Bundler
      • API Endpoints
        • eth_chainId
        • eth_supportedEntryPoints
        • web3_clientVersion
        • eth_call
        • byzanlinkbundler_getGasPrice
        • eth_estimateUserOperationGas
        • eth_sendUserOperation
        • eth_getUserOperationReceipt
    • Gas Manager
      • Integration
      • API Endpoints
        • Whitelist Address
        • Remove Address from Whitelist
        • Check Whitelist
        • Get Paymaster Data With Sponsor
    • Examples
      • Get Address
      • Transfer Funds
      • Transfer Funds using Paymaster
  • Dashboard
    • Introduction
    • API Keys
    • Organization
    • Webhooks
  • Troubleshooting
    • Bundler Polyfill Issues - Webpack 5
Powered by GitBook
On this page
  1. ACCOUNT ABSTRACTION
  2. Smart Account

Signers

This guide will walk you through getting started with the Byzanlink Smart Account SDK using popular third-party providers like Web3Auth.

To begin, you'll initialize the Smart Account SDK by passing in a provider, such as a key-based wallet . This provider will serve as the owner of the Byzanlink Smart Contract Wallet (SCW) that is created during setup.

Once the SDK is set up with the provider, you're ready to use its functions to perform various blockchain interactions.

PreviousMethodsNextByzanlink Auth

Last updated 7 months ago