Installation

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.

Last updated