0xgasless SDK Docs
  • Introduction
    • 0xGasless AA SDK
    • Ethereum's EIP-4337 Account Abstraction
      • How Account Abstraction Works
      • Benefits of EIP-4337 Account Abstraction
  • Getting Started
    • Installation
    • Intialization
    • Using social login
    • Setting up paymasters
  • Telegram Module setup
  • Sending Transactions
    • Sending Transaction (non-telegram)
    • Sending Batch Transaction (non-telegram)
    • Sending Transaction (using telegram)
    • Sending Batch Transaction (using telegram)
  • Getting Transaction Receipt
  • 0xGasless Custom Paymaster
    • Document
Powered by GitBook
On this page
  1. Getting Started

Installation

Last updated 1 year ago

You can easily integrate the 0xGasless AA SDK into your project by installing it as an npm package. To do so, follow these steps:

Installing via npm

  1. Open your terminal or command prompt.

  2. Navigate to your project directory.

  3. Run the following command to install the 0xGasless AA SDK package:

    npm install @0xgasless/0xgasless-aa-sdk
  4. Once the installation is complete, you can import the SDK into your project's code and start using it.

npm: @0xgasless/0xgasless-aa-sdknpm
Logo