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

Examples

PreviousGet Paymaster Data With SponsorNextGet Address

Last updated 7 months ago

This section provides several examples with sample code to demonstrate how to integrate our SDK into your project. Each example will guide you through specific use cases to help you get started quickly and efficiently.

To run an example, follow the steps in the guide to create your project. Once the project is set up, replace the code in index.ts with the code provided in the example to test the integration.

Quick Start