Quick Start

Installation

To install the SDK, use your preferred package manager from the command line. For example, if you use npm, execute the following command:

bun add @inverter-network/sdk

~ or ~

npm install @inverter-network/sdk

Initializing the SDK

Import the class and pass the parameters and initialize the class instance

import { Inverter } from '@inverter-network/sdk'

const sdk = Inverter.getInstance({ publicClient, walletClient })

Last updated