Last updated 25 days ago
To install the SDK, use your preferred package manager from the command line. For example, if you use npm, execute the following command:
~ or ~
Import the class and pass the parameters and initialize the class instance
bun add @inverter-network/sdk
npm install @inverter-network/sdk
import { Inverter } from '@inverter-network/sdk' const sdk = Inverter.getInstance({ publicClient, walletClient })